espressif/esp_lvgl_adapter

0.4.3

Latest
uploaded 1 day 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 how to use the `esp_lvgl_adapter` with LVGL for running benchmark demos across various LCD interfaces.
    21.92 KB
  • lvgl_decode_image
    This example demonstrates how to decode and display multiple image formats using LVGL with the esp_lv_decoder component.
    61.92 KB
  • lvgl_dummy_draw
    This example demonstrates using the dummy draw mode of the esp_lvgl_adapter for direct LCD control, enabling custom display refresh handling.
    23.90 KB
  • lvgl_freetype_font
    This example demonstrates FreeType font rendering with LVGL, showcasing scalable fonts and multi-language support.
    26.57 KB
  • lvgl_multi_screen
    This example demonstrates how to drive two SPI LCD panels simultaneously using LVGL, showcasing dual display support and independent content rendering.
    10.13 KB