SD card support for 2432S024C and some fixes (#24)

- Implemented SD card support for Yellow Board 2432S024C
- Fix for locking bug when showing gui keyboard
- T-Deck driver naming fixes
- Loader tag name consistency improvement
This commit is contained in:
Ken Van Hoeylandt
2024-01-28 21:52:05 +01:00
committed by GitHub
parent d27579848a
commit ddf46b07e9
15 changed files with 259 additions and 100 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
idf_component_register(
SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES esp_lvgl_port esp_lcd_touch_cst816s esp_lcd_ili9341
REQUIRES esp_lvgl_port esp_lcd_touch_cst816s esp_lcd_ili9341 driver vfs fatfs
)
target_link_libraries(${COMPONENT_LIB} ${IDF_TARGET_NAME} tactility)