Implement device: CYD-2432S024R (#521)

This commit is contained in:
NellowTCS
2026-04-13 12:59:15 -06:00
committed by GitHub
parent 10ba4f58e2
commit be2cdc0b90
11 changed files with 222 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 ILI934x XPT2046 PwmBacklight driver vfs fatfs
)