-
- LVGL - Light and Versatile Graphics Library
- Supports all targets
-
License:
Custom
-
Downloaded 1.5M times
-
- LVGL adapter with unified display management, tearing control, thread safety, and optional filesystem/decoder/FreeType support.
- Supports all targets
-
License:
Apache-2.0
-
Includes 5 examples
-
Downloaded 2.7k times
Examples matching your search query:
-
lvgl_freetype_font
This example demonstrates FreeType font rendering with LVGL, allowing for scalable TrueType fonts in applications.
-
lvgl_dummy_draw
This example demonstrates the dummy draw mode of the esp_lvgl_adapter, allowing direct control over display refresh handling.
-
lvgl_multi_screen
This example demonstrates how to drive two SPI LCD panels simultaneously using LVGL, showcasing dual display support and independent content rendering.
-
lvgl_common_demo
This example demonstrates using the esp_lvgl_adapter with LVGL for running a benchmark demo on various LCD interfaces.
-
lvgl_decode_image
This example demonstrates decoding and displaying multiple image formats using LVGL with efficient image handling for embedded displays.
-
Examples matching your search query:
-
rgb_lcd
Very simple example for demonstration of initialization and usage of the `esp_lvgl_port` component with RGB LCD. The example covers LCD and touch…
-
touchscreen
A simple example demonstrating the initialization and usage of the `esp_lvgl_port` component, including LCD and touch hardware initialization, LVGL…
-
- ESP LCD UC8179 e-paper driver
- Supports all targets
Examples matching your search query:
-
- Board Support Package for BigTreeTech Panda Touch (ESP32-S3) with no graphical library
-
-
-
License:
MIT
-
Includes 2 examples
-
Downloaded 2 times
Examples matching your search query:
-
display_noglib
Raw panel (no LVGL) example for the BigTreeTech Panda Touch BSP, demonstrating direct framebuffer access without LVGL using the `pandatouch_noglib`…
-
display_slint
Slint UI example for the BigTreeTech Panda Touch BSP, replicating the `display_demo` using Slint instead of LVGL. It features a three-tab UI with…
-
Examples matching your search query:
-
display
This is a minimal display example using the LVGL graphics library, showcasing the Espressif logo with a text label.
-
display_lvgl_demos
This example shows LVGL internal demo - LVGL demo player (all LVGL examples are included).
-
- Board Support Package for BigTreeTech Panda Touch (ESP32-S3)
-
-
-
License:
MIT
-
Includes 3 examples
-
Downloaded 3 times
Examples matching your search query:
-
display_lvgl_benchmark
LVGL benchmark example for the BigTreeTech Panda Touch BSP that runs the built-in LVGL benchmark suite (`lv_demo_benchmark`) and prints a performance…
-
display_hello
LVGL example for the BigTreeTech Panda Touch BSP that displays a "Hello, Panda Touch!" label centered on screen and starts the USB MSC host.
-
display_demo
Comprehensive BSP showcase for the BigTreeTech Panda Touch featuring a four-tab LVGL UI that demonstrates all hardware capabilities. The tabs include…
-
Examples matching your search query:
-
- ESP-IDF driver for ILI9486 LCD controller
- Supports all targets
-
License:
MIT
-
Includes 2 examples
-
Downloaded 10 times
Examples matching your search query:
-
- A Lottie animation player for LVGL (v8 and v9), powered by ThorVG as the rendering engine.
- Supports all targets
-
License:
Apache-2.0
-
Includes 1 example
-
Downloaded 25 times
Examples matching your search query:
-
lvgl_lottie_player
This example demonstrates how to play Lottie JSON animations using the `esp_lv_lottie_player` component with LVGL, including features like animation…
-
Examples matching your search query:
-
display
This is a minimal display example using the LVGL graphics library. With just a few function calls, it sets up the display and shows the Espressif…
-
Examples matching your search query:
-
display
This is a minimal display example using the LVGL graphics library. With just a few function calls, it sets up the display and shows the Espressif…
-
Examples matching your search query:
-
rgb_lcd_8bit
This example demonstrates how to drive an RGB interface LCD screen with an 8-bit RGB requirement in an ESP-IDF project. It utilizes the LVGL library…
-
- esopublic - MCU abstraction and utilities like console, communication and ui driver.
- Supports all targets
-
License:
Apache 2.0
-
Includes 4 examples
-
Downloaded 49 times
Examples matching your search query:
-
sld_demo_s3_lvgl
This software demonstrates the usage of the SMM display series from Schukat using the esopublic library, supporting multiple boards driven by ESP32…
-
Examples matching your search query:
-
Examples matching your search query:
-
display
This is a minimal display example using the LVGL graphics library. With just a few function calls, it sets up the display and shows the Espressif…
-
Examples matching your search query:
-
display_lvgl_demos
This example shows LVGL internal demo - LVGL demo player (all LVGL examples are included).
-
display
This is a minimal display example using the LVGL graphics library. With just a few function calls, it sets up the display and shows the Espressif…
-
- E-Paper display driver for ESP-IDF with LVGL 9 integration. Supports BW, 3-color, and 6-color panels with Floyd-Steinberg dithering.
-
-
License:
MIT
-
Includes 4 examples
-
Downloaded 92 times
Examples matching your search query:
-
esp32s3_epaper_154
Example project for the Waveshare ESP32-S3-ePaper-1.54 development board, demonstrating features such as e-paper initialization, LVGL 9 integration,…
-
Examples matching your search query:
-
display
This is a minimal display example using the LVGL graphics library. With just a few function calls, it sets up the display and shows the Espressif logo along with a text label.
-
display_lvgl_demos
This example shows LVGL internal demo - LVGL demo player (all LVGL examples are included).
-
display_camera_video
This example shows how to obtain frames from MIPI-CSI / DVP camera and display them on an LCD, continuously fetching image frames and using LVGL's canvas widget for display.
-
Examples matching your search query:
-
lvgl_spng
This demo shows how to add Split PNG to the lvgl project using the ESP32-C3-LCDkit development board. It outlines the necessary hardware, steps for…