-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spi_lcd_touch example: wrong colors with ILI9341 display (IDFGH-8811) #10242
Comments
please try to turn on or off the |
@abusca The first image looks good. I have it same: |
@abusca The example is universal for two LCD controllers and the default |
Shouldn't those lines and arc be in red?
|
@abusca I tried another project with image and you are right, there is some problem with colors. I am sorry, I didn't see before. I will fix it soon. |
Hi @abusca, the component ILI9341 was fixed, but the example has still bad rgb_endian. The merge request of the example is waiting for approve. You should use this |
Thank you @espzav |
@abusca You are welcome. |
Thanks for sharing the updates, fix on master branch is available at 2e3c72a. Thanks. |
Answers checklist.
IDF version.
v5.0-rc1
Operating System used.
macOS
How did you build your project?
Eclipse IDE
If you are using Windows, please specify command line type.
No response
Development Kit.
ESP32-2432S028
Power Supply used.
USB
What is the expected behavior?
I expected to see the dash board with correct colors. For example, the arc and tick lines at the end of the scale should be red.
What is the actual behavior?
Some colors are not correct. For example, the arc and tick lines at the end of the scale are shown yellow.
Steps to reproduce.
I took
spi_lcd_touch
example and I only modified LCD pinout defines with the ones of ESP32-2432S028 board.Debug Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: