Add CYD-2432S028RV3 board support (#385)

This commit is contained in:
Giasone
2025-10-25 18:16:55 +02:00
committed by GitHub
parent c139300a58
commit 1450ca319d
12 changed files with 322 additions and 0 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 ST7789 XPT2046SoftSPI PwmBacklight driver vfs fatfs
)