Waveshare GEEK (#413)

This commit is contained in:
Shadowtrance
2025-11-14 07:32:02 +10:00
committed by GitHub
parent 0df6b78bd6
commit c7c9618f48
9 changed files with 219 additions and 8 deletions
+7 -4
View File
@@ -11,6 +11,8 @@ menu "Tactility App"
default TT_BOARD_CUSTOM
config TT_BOARD_CUSTOM
bool "Custom"
config TT_BOARD_BTT_PANDA_TOUCH
bool "BigTreeTech Panda Touch"
config TT_BOARD_CYD_2432S024C
bool "CYD 2432S024C"
config TT_BOARD_CYD_2432S028R
@@ -18,9 +20,9 @@ menu "Tactility App"
config TT_BOARD_CYD_2432S028RV3
bool "CYD 2432S028RV3"
config TT_BOARD_CYD_E32R28T
bool "CYD E32R28T"
bool "CYD E32R28T"
config TT_BOARD_CYD_E32R32P
bool "CYD E32R32P"
bool "CYD E32R32P"
config TT_BOARD_CYD_2432S032C
bool "CYD 2432S032C"
config TT_BOARD_CYD_8048S043C
@@ -67,6 +69,8 @@ menu "Tactility App"
bool "M5Stack StickC Plus2"
config TT_BOARD_UNPHONE
bool "unPhone"
config TT_BOARD_WAVESHARE_ESP32_S3_GEEK
bool "Waveshare ESP32 S3 GEEK"
config TT_BOARD_WAVESHARE_S3_TOUCH_43
bool "Waveshare ESP32 S3 Touch LCD 4.3"
config TT_BOARD_WAVESHARE_S3_TOUCH_LCD_147
@@ -75,8 +79,7 @@ menu "Tactility App"
bool "Waveshare ESP32 S3 Touch LCD 1.28"
config TT_BOARD_WAVESHARE_S3_LCD_13
bool "Waveshare ESP32 S3 LCD 1.3"
config TT_BOARD_BTT_PANDA_TOUCH
bool "BigTreeTech Panda Touch"
help
Select a board/hardware configuration.
Use TT_BOARD_CUSTOM if you will manually configure the board in your project.