ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/esp_lvgl_adapter
0.6.3
Latest
Star
1
uploaded 4 hours ago
LVGL adapter with unified display management, tearing control, thread safety, and optional filesystem/decoder/FreeType support.
Readme
Dependencies
8
Dependents
16
Examples
5
Versions
22
5 examples
lvgl_common_demo
This example demonstrates how to use the esp_lvgl_adapter with LVGL to run the official LVGL benchmark demo on various LCD interfaces.
22.74 KB
lvgl_decode_image
This example demonstrates decoding and displaying multiple image formats using LVGL with efficient handling for embedded displays.
63.36 KB
lvgl_dummy_draw
This example demonstrates the dummy draw mode of the 'esp_lvgl_adapter' component, allowing direct control of the LCD framebuffer.
25.88 KB
lvgl_freetype_font
This example demonstrates using FreeType font rendering with LVGL, enabling scalable and multi-language font support in applications.
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