BigTreeTech Panda Touch / K Touch (#402)

This commit is contained in:
Shadowtrance
2025-10-31 07:09:09 +10:00
committed by GitHub
parent adea6678a5
commit 388c2cfe4b
8 changed files with 253 additions and 1 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 RgbDisplay GT911 PwmBacklight driver vfs fatfs
)