espressif/esp_lvgl_adapter

0.5.3

Latest
uploaded 10 hours ago
LVGL adapter with unified display management, tearing control, thread safety, and optional filesystem/decoder/FreeType support.

5 examples

  • lvgl_common_demo
    This example demonstrates using the esp_lvgl_adapter with LVGL for benchmarking various LCD interfaces, showcasing unified support and performance analysis.
    22.74 KB
  • lvgl_decode_image
    This example demonstrates how to decode and display multiple image formats using LVGL with the esp_lv_decoder component.
    63.36 KB
  • lvgl_dummy_draw
    This example demonstrates using the dummy draw mode of the esp_lvgl_adapter to switch screen refresh control to the user application.
    24.73 KB
  • lvgl_freetype_font
    This example demonstrates FreeType font rendering with LVGL, allowing the dynamic loading and rendering of TrueType fonts for multi-language support.
    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