fix(lcd-backlight): Update to ESP IDF v5

This commit is contained in:
Andreas Mieke 2023-12-30 05:15:27 +01:00
parent 8592cb9d29
commit 341b522b7b
2 changed files with 5 additions and 3 deletions

View file

@ -88,7 +88,7 @@ endif()
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS ${LVGL_INCLUDE_DIRS}
REQUIRES lvgl)
REQUIRES lvgl driver esp_common log freertos esp_rom soc)
target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DLV_LVGL_H_INCLUDE_SIMPLE")