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:
committed by
GitHub
parent
d27579848a
commit
ddf46b07e9
@@ -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)
|
||||
Reference in New Issue
Block a user