Hi,
how to unload lvgl? I have an application with OTA and while it installed the ota the screens flickers.
Thats why i want to unload it. After Update it restarts and everything will ge okay.
How to do?
LVGL 8.3.8 on ESP32S3
Hi,
how to unload lvgl? I have an application with OTA and while it installed the ota the screens flickers.
Thats why i want to unload it. After Update it restarts and everything will ge okay.
How to do?
LVGL 8.3.8 on ESP32S3
Hey there, I had the same problem and found this thread on esp32 forum: ESP32-S3 RGB LCD peripheral: weird glitches - ESP32 Forum
After I defined the size of bounce_buffer (bounce_buffer_size_px) in esp_lcd_rgb_panel_config_t - the problem has gone