-
Notifications
You must be signed in to change notification settings - Fork 226
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
Display ILI9341 red and blue values are reversed #318
Comments
Ok. It looks the different versions of the M5STACK blocks have different wiring. Black version: Red version |
Same Here. Screen Mirrored and color (kind-of) reversed. Sparkfun. Last update with wcc. |
I think we have two options:
Suggestion:
Disadvantage: all color constants like gdisplay.BLACK have to be implemented differently. |
Hi there, I Have 2 different ILI9341 screens : I had to patch the ili9341 driver to get correct colors (BGR) and not mirrored display. I don't know how to make my changes so they benefit others. I see different options:
My personal preference goes for a new driver What do you think ? |
Could you please share the code to correct the mirrored screen? |
Done, see PR #393 |
Thank you so much! |
{255, 0, 0} produces blue,
{0, 0, 255} produces red
The text was updated successfully, but these errors were encountered: