mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
+ fix issue with apps installed in /data + implement SDMMC driver + implement ST7735 driver
8 lines
191 B
CMake
8 lines
191 B
CMake
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility EspLcdCompat ST7735 GT911 PwmBacklight driver
|
|
)
|