espressif/esp_lvgl_adapter

0.7.1

Latest
uploaded 6 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 benchmark on various LCD interfaces.
    22.87 KB
  • lvgl_decode_image
    This example demonstrates decoding and displaying multiple image formats using LVGL and the esp_lv_decoder component. It showcases memory-optimized formats and hardware-accelerated decoding for embedded displays.
    63.48 KB
  • lvgl_dummy_draw
    This example demonstrates dummy draw mode in esp_lvgl_adapter, bypassing LVGL to control the LCD framebuffer directly.
    26.06 KB
  • lvgl_freetype_font
    This example demonstrates FreeType font rendering with LVGL through esp_lvgl_adapter, supporting scalable fonts and dynamic sizing.
    27.62 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.47 KB