espressif/esp_lvgl_adapter

0.5.2

Latest
uploaded 13 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 running benchmark demos across various LCD interfaces.
    22.52 KB
  • lvgl_decode_image
    This example demonstrates decoding and displaying multiple image formats using LVGL with the esp_lv_decoder component.
    63.14 KB
  • lvgl_dummy_draw
    This example demonstrates using the dummy draw mode of the esp_lvgl_adapter component for direct LCD control, featuring rendering mode switching and touch interaction.
    24.51 KB
  • lvgl_freetype_font
    This example demonstrates FreeType font rendering with LVGL, enabling scalable multi-language font support and dynamic sizing.
    27.26 KB
  • lvgl_multi_screen
    This example demonstrates how to drive two SPI LCD panels simultaneously using LVGL, showcasing dual display support and independent rendering for each screen.
    10.46 KB