fix(lcd-backlight): Update to ESP IDF v5
This commit is contained in:
parent
8592cb9d29
commit
341b522b7b
2 changed files with 5 additions and 3 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue