The example is used to guide how to use this library in PlatformIO. It also demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing function.
It is by default suitable for ESP32-S3-LCD-EV-Board and ESP32-S3-LCD-EV-Board-2 boards. Users should modify the boards/ESP-LCD.json file as needed.
Follow the steps below to configure:
-
For ESP32_Display_Panel:
-
For lvgl:
- Follow the steps to add lv_conf.h file and change the configurations.
- Modify the macros in the lvgl_port_v8.h file to configure the LVGL porting parameters.
-
Navigate to the
Tools
menu in the Arduino IDE to choose a ESP board and configure its parameters. For supported boards, please refter to Configuring Supported Development Boards -
Verify and upload the example to your ESP board.
...
LVGL porting example start
Initialize panel device
Initialize LVGL
Create UI
LVGL porting example end
IDLE loop
IDLE loop
...
Please check the FAQ first to see if the same question exists. If not, please create a Github issue. We will get back to you as soon as possible.