This esp32 project demo has integrated lvgl and ili9488 display drivers, you can compile directly and run it without any other configuration!
The project used VSCode ide, so you should install ESP-IDF
extensition firstly in the VSCode.
When you build the project, the projcet will download lvgl
and ili9488
library firstly, download infomation is in the idf_component.yml
:
## IDF Component Manager Manifest File
dependencies:
bienxanh1901/esp_lvgl_port: "^1.4.0"
atanisoft/esp_lcd_ili9488: "^1.0.9"
## Required IDF version
idf:
version: ">=4.1.0"