-
Notifications
You must be signed in to change notification settings - Fork 56
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
Is the ILI9341V display supported? #178
Comments
@nebhead this esp-bsp ticket mentions that "the difference is in initialization sequence" and shows the correct sequence. It's C code but maybe it helps to figure out what the difference is and how to implement it in python. |
Oh excellent sleuthing! Going out on a limb here, but maybe it's only the following line that needs to be updated:
|
And there's this driver https://github.com/juj/fbcp-ili9341/blob/master/ili9341.h that mentions
Perhaps it's these 'supersaturated colors' you're seeing? |
I should also mention that I don't actually have one of these displays, but this was a report coming from a user of my project today. If we need to test any changes, maybe I can have this user help us with that.
Maybe, but the background in the image should actually be black (and the text is white), so I think that it's inverse colors. Here is an example of what it should look like: |
Type of Raspberry Pi
Raspberry Pi Zero W (2W)
Linux Kernel version
Raspberry Pi OS Lite (Bullseye and Bookworm)
Expected behaviour
It appears that the ILI9341V might have some changes from the original ILI9341. I'm using Luma LCD to support the ILI9341 displays in my project (https://github.com/nebhead/pifire) which has been working wonderfully for a couple of years. However we have started to see this new variant of the ILI9341 pop-up in the market and they seem to have inverted colors.
Actual behaviour
Colors should not be inverted on the display.
The text was updated successfully, but these errors were encountered: