espressif/esp_lvgl_adapter

0.6.4

Latest
uploaded 3 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 the use of the esp_lvgl_adapter component with LVGL to run a benchmark demo on various LCD interfaces.
    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 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 FreeType font rendering with LVGL, allowing dynamic multi-language text and various font sizes.
    27.47 KB
  • lvgl_multi_screen
    This example demonstrates driving two SPI LCD panels simultaneously using LVGL, showcasing dual display support and independent rendering.
    10.46 KB