2024-07-22 00:24:15 +02:00
2024-07-21 14:23:31 +02:00
2024-07-22 00:24:15 +02:00
2024-07-21 14:23:31 +02:00
2024-07-21 14:23:31 +02:00
2024-07-21 14:23:31 +02:00
2024-07-21 14:23:31 +02:00
2024-07-21 14:23:31 +02:00
2024-07-22 00:24:15 +02:00
2024-07-21 15:10:32 +02:00
2024-07-21 15:10:32 +02:00

ESP LVGL RGB Screen Example

Very simple example for demonstration of initialization and usage of the esp_lvgl_port component with RGB LCD. This example contains four main parts:

1. LCD HW initialization - app_lcd_init()

Standard HW initialization of the LCD using esp_lcd component. Settings of this example are fully compatible with ESP32-S3-LCD-EV-Board-2 board.

2. Touch HW initialization - app_touch_init()

Standard HW initialization of the LCD touch using esp_lcd_touch component. Settings of this example are fully compatible with ESP32-S3-LCD-EV-Board-2 board.

3. LVGL port initialization - app_lvgl_init()

Initialization of the LVGL port.

4. LVGL objects example usage - app_main_display()

Very simple demonstration code of using LVGL objects after LVGL port initialization.

Description
No description provided
Readme 165 MiB
Languages
C 99.2%
Python 0.5%
CMake 0.3%