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

@ -4,7 +4,7 @@
#include "disp_driver.h"
#include "disp_spi.h"
#include "esp_lcd_backlight.h"
// #include "lvgl_tft/esp_lcd_backlight.h" // 与IDF 5不兼容
#include "sdkconfig.h"
void *disp_driver_init(void)