ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/esp_lvgl_adapter
0.6.0-beta
Pre-release
Latest stable version: 0.6.4
Star
3
uploaded 2 months ago
LVGL adapter with unified display management, tearing control, thread safety, and optional filesystem/decoder/FreeType support.
Readme
Dependencies
8
Dependents
25
Examples
5
Versions
23
5 examples
lvgl_common_demo
This example demonstrates integrating the `esp_lvgl_adapter` with LVGL for benchmark demos on various LCD interfaces.
22.74 KB
lvgl_decode_image
This example demonstrates how to decode and display multiple image formats using LVGL with efficient image handling for embedded displays.
63.36 KB
lvgl_dummy_draw
This example demonstrates how to use the dummy draw mode of the esp_lvgl_adapter component for direct control of the LCD framebuffer.
25.88 KB
lvgl_freetype_font
This example demonstrates FreeType font rendering with LVGL, supporting scalable TrueType fonts for multi-language and dynamic sizing.
27.47 KB
lvgl_multi_screen
This example demonstrates how to drive two SPI LCD panels simultaneously using LVGL with the esp_lvgl_adapter component.
10.46 KB