Colour issues with ESP32-2432S028R (2USB variant) #414
DynaMight1124
started this conversation in
General
Replies: 1 comment 3 replies
-
This is not an issue, please discuss in Discussions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Thank you for the video library and everything else you do. I am currently trying to port the MiniTV to the ESP32-2432S028R (also known as Cheap Yellow Display/CYD) but theres a new variant out with 2 USB ports, a Micro USB and also USBC. Known as CYD2USB.
With the demo graphics library (TFT_eSPI) it was noted the 2 USB version needed TFT_INVERSION_ON flag else the colours would be inverted, theres also some differences in gamma that cause a very washed out image (Bodmer/TFT_eSPI#2985)
When I use the sample code for this display on your library I get the below display:
I am not sure if the garbled image on the right is related to the graphics library or the MiniTV sketch (MJPEG_BUFFER_SIZE is set to320x240 and videos also encoded at 320@30fps so should work?) anyway there main issue is the colours, its not totally inverted but opening should look like this:
I dont know if this is enough to go on? If you need any other info please let me know.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions