chore: 更新组件lvgl_esp32_drivers,适配ESP-IDF v5.1.1

This commit is contained in:
hello3rd 2023-11-12 19:48:29 +08:00
parent 26fe6e7703
commit f9cd95c4c9
5 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@ if(ESP_PLATFORM)
file(GLOB SOURCES *.c)
set(LVGL_INCLUDE_DIRS . lvgl_tft)
list(APPEND SOURCES "lvgl_tft/disp_driver.c")
list(APPEND SOURCES "lvgl_tft/esp_lcd_backlight.c")
# list(APPEND SOURCES "lvgl_tft/esp_lcd_backlight.c")
# Include only the source file of the selected
# display controller.