Tactiliest/boards/yellow_board/CMakeLists.txt
Ken Van Hoeylandt ddf46b07e9
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
2024-01-28 21:52:05 +01:00

7 lines
215 B
CMake

idf_component_register(
SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES esp_lvgl_port esp_lcd_touch_cst816s esp_lcd_ili9341 driver vfs fatfs
)
target_link_libraries(${COMPONENT_LIB} ${IDF_TARGET_NAME} tactility)