ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/esp_lvgl_adapter
0.5.0
Latest
uploaded 7 hours ago
LVGL adapter with unified display management, tearing control, thread safety, and optional filesystem/decoder/FreeType support.
Readme
Changelog
Dependencies
8
Dependents
9
Examples
5
Versions
14
5 examples
lvgl_common_demo
This example demonstrates using the esp_lvgl_adapter with LVGL to run a benchmark demo on various LCD interfaces, supporting multiple input methods.
22.47 KB
lvgl_decode_image
This example demonstrates decoding and displaying multiple image formats using LVGL with the esp_lv_decoder component.
62.47 KB
lvgl_dummy_draw
This example demonstrates how to use the dummy draw mode of the esp_lvgl_adapter to manage display refresh directly.
24.46 KB
lvgl_freetype_font
This example demonstrates FreeType font rendering with LVGL, enabling scalable multi-language fonts and responsive UI.
27.12 KB
lvgl_multi_screen
This example demonstrates driving two SPI LCD panels simultaneously using LVGL and the esp_lvgl_adapter component.
10.42 KB