成功移植lvgl
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
file(GLOB_RECURSE SRC_LIST "*.c")
|
||||
|
||||
idf_component_register(SRCS ${SRC_LIST}
|
||||
PRIV_REQUIRES spi_flash esp_driver_spi esp_driver_gpio
|
||||
INCLUDE_DIRS "")
|
||||
PRIV_REQUIRES spi_flash esp_driver_spi esp_driver_gpio esp_timer
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES
|
||||
lvgl
|
||||
PRIV_REQUIRES
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user