Replies: 2 comments 2 replies
-
I got my LVGL project to work on the ESP32-S3-Touch-LCD-4.3B device. I just copied the Touch-LCD-7 JSON file and modified the extra_flags to match the pins and values for the 4.3" version (based on the values from the esp_panel_board_custom_conf.h file in the 09_lvgl_Porting Arduino example from the demo files). I'm still trying to work out issues with screen jitter and such, which is probably due to needing double buffering or something |
Beta Was this translation helpful? Give feedback.
-
Nice, if you found the right pins/plclk I can put it into the definitions so it will work out of the box! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i see you have support for the 7" version that is similar so should be a quick add.
https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-4
i tried adding a board conf for it but i might have missed something as i just have a black screen where previously i got a display with the same project with board ESP32-2432S032C.
Thanks for a great project that really helps with these ESP32 Displays :)
Beta Was this translation helpful? Give feedback.
All reactions