成功移植lvgl

This commit is contained in:
2026-02-19 02:53:47 +08:00
parent ee80965d58
commit 452ec672b1
11 changed files with 1987 additions and 79 deletions
+7 -2
View File
@@ -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
)