Replies: 4 comments 1 reply
-
Did you find solution? |
Beta Was this translation helpful? Give feedback.
-
I don't know what LVGL is but I had the same issue with the TFT-eSPI examples. I then noticed that in the main demo examples I tried (the ones in this folder), the colors in the code were also the opposite of what was being displayed. It's a quick hack but adding |
Beta Was this translation helpful? Give feedback.
-
try this: tft.invertDisplay(1); just behind tft.ini() it will invert coloe order |
Beta Was this translation helpful? Give feedback.
-
You probably have the version with the USB-C connector (CYD2USB), so you need to use this config: https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/tree/main/DisplayConfig/CYD2USB |
Beta Was this translation helpful? Give feedback.
-
I just set up the CYD with LVGL and in the demos/examples all works but with inverted colors. Any ideas what settings need to be adjusted here?
Beta Was this translation helpful? Give feedback.
All reactions