Implemented board CYD-4848S040C (#244)

This commit is contained in:
Shadowtrance
2025-03-13 03:16:03 +10:00
committed by GitHub
parent 2d535fec2a
commit ef410086d9
14 changed files with 567 additions and 27 deletions
+7
View File
@@ -0,0 +1,7 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility esp_lvgl_port esp_lcd esp_lcd_st7701 esp_lcd_panel_io_additions GT911 driver vfs fatfs
)