espressif/esp_lvgl_adapter

0.1.0-beta.2

Pre-release
uploaded 6 months 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` component with LVGL to run the official LVGL benchmark demo on various LCD interfaces. It…
    22.37 KB
  • lvgl_decode_image
    This example demonstrates how to decode and display multiple image formats using LVGL with the `esp_lv_decoder` component, showcasing efficient image…
    61.76 KB
  • lvgl_dummy_draw
    This example demonstrates the usage of the dummy draw mode within the esp_lvgl_adapter component, allowing users to take control of display refresh…
    23.75 KB
  • lvgl_freetype_font
    This example demonstrates how to use FreeType font rendering with LVGL via the esp_lvgl_adapter component. It showcases dynamic TrueType font…
    26.50 KB
  • lvgl_multi_screen
    This example demonstrates how to drive two SPI LCD panels simultaneously using LVGL with the esp_lvgl_adapter component. It showcases dual SPI…
    10.15 KB