Demonstrates partial update mode by moving a square across the screen. Only the changed regions are refreshed, making updates faster than a full display refresh.
Demonstrates waking the ESP32-S3 from deep sleep via the WAKEUP button or a timer. The boot counter and wakeup reason are displayed before returning to deep sleep.
Initialises the SD card and uses the LVGL image widget to display JPEG files stored on it. It shows `picture1.jpg` for 5 seconds, then `picture2.jpg` for another 5 seconds.
Demonstrates partial update mode by moving a square across the screen. Only the changed regions are refreshed, making updates faster than a full display refresh.