LVGL Application Guide
LVGL application guide for TuyaOpen: enable the LVGL stack, initialize the display via lv_vendor, create widgets, and run the LVGL task on T5AI or ESP32.
Display Driver
The TuyaOpen display driver registers and manages screens with frame buffers, refresh, backlight control, and RGB/SPI panel support.
Display Driver Integration Guide
Display driver integration guide for TuyaOpen: register a panel with the TDL display framework so LVGL and apps draw via tdl_display_* (SPI, RGB, 8080).