directory i2c_manager -> lvgl_i2c
This commit is contained in:
parent
93125f3e00
commit
befa5d0730
12 changed files with 12 additions and 9 deletions
|
@ -80,7 +80,7 @@ if(CONFIG_LV_TOUCH_CONTROLLER)
|
|||
endif()
|
||||
|
||||
if(CONFIG_LV_I2C)
|
||||
list(APPEND SOURCES "i2c_manager/i2c_manager.c")
|
||||
list(APPEND SOURCES "lvgl_i2c/i2c_manager.c")
|
||||
endif()
|
||||
|
||||
idf_component_register(SRCS ${SOURCES}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue