mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 23:45:05 +00:00
+ fix issue with apps installed in /data + implement SDMMC driver + implement ST7735 driver
6 lines
132 B
CMake
6 lines
132 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source"
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility driver EspLcdCompat esp_lcd_st7735
|
|
)
|