espressif/esp_lvgl_adapter

0.7.0

Latest
uploaded 2 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 esp_lvgl_adapter with LVGL to run the official benchmark on various LCD interfaces.
    22.76 KB
  • lvgl_decode_image
    This example demonstrates decoding and displaying multiple image formats using LVGL and the esp_lv_decoder component.
    63.38 KB
  • lvgl_dummy_draw
    This example demonstrates esp_lvgl_adapter's dummy draw mode, enabling direct LCD framebuffer control through two update paths.
    25.90 KB
  • lvgl_freetype_font
    This example demonstrates FreeType font rendering with LVGL through esp_lvgl_adapter, supporting scalable fonts and dynamic sizing.
    27.49 KB
  • lvgl_multi_screen
    This example demonstrates how to drive two SPI LCD panels simultaneously using LVGL with the esp_lvgl_adapter component. It shows how to share a single SPI bus between multiple displays and render independent content on each screen.
    10.46 KB