esp32-smartdisplay
esp32-smartdisplay copied to clipboard
PlatformIO library LVGL Drivers for Sunton Smart display boards (CYD Cheap Yellow Display). This library supports these boards without any effort. ESP32-2432S024N/R/C, ESP32-2432S028R/C, ESP32-3248S03...
Hi, Thanks for posting that and maintaining it! Eager for JC4827W543C to be added fully, so thanks in advance! I can do some beta testing on a JC4827W543C when betas...
For Displays with sw_rotate =1 (ST7262) ,Rotation is broken now (works in the main branch though).
LVGL9: For Displays with sw_rotate =1 (ST7262) ,Rotation is broken now (works in the main branch though).
This is more a question than a bug report, anyway, it happened to me twice that the display froze and was completely unresponsive. It's difficult to debug because I don't...
Hi, This is more of a question, than an issue. As far as I can understand, most 4827S043C boards does not have the Interrupt pin "enabled" by default. You would...
I have the esp32-4848S040CIY1, and when trying esp32-smartdisplay-demo found that the Rotate button did not work. What I did find was that the Rotate button was kinda working, and the...
I'd like to be able to dim my projects RGB LED during the night. Any interest in something like this? Or does it exist and I just missed it? ```cpp...
Hi, I've come across this: https://github.com/mr-sven/esp32-8048S050C/blob/lvgl-test/components/sunton_esp32s3_lvgl/lcd.c if you compare lines 114 onwards to your implementation here: https://github.com/rzeldent/esp32-smartdisplay/blob/main/src/lvgl_panel_st7262_par.c I think it's a double-buffering implementation , and possibly some other stuff he...
You have some nicely-defined boards here. However, people may want to use the library for use with a compatible display (for which there are drivers in this lib) and with...
### Discussed in https://github.com/rzeldent/esp32-smartdisplay/discussions/189 Originally posted by **ralphrmartin** August 14, 2024 I have a problem on an 8048s043 board, bought as having capacitative touch. It has both a GT911 chip...