New waveshare boards + GC9A01 Display driver (#333)

This commit is contained in:
Shadowtrance
2025-09-14 20:12:56 +10:00
committed by GitHub
parent 095c8146c3
commit 7027da00b8
26 changed files with 746 additions and 0 deletions
+4
View File
@@ -65,6 +65,10 @@ function(INIT_TACTILITY_GLOBALS SDKCONFIG_FILE)
set(TACTILITY_BOARD_PROJECT WaveshareS3Touch43)
elseif (board_id STREQUAL "waveshare-s3-touch-lcd-147")
set(TACTILITY_BOARD_PROJECT WaveshareS3TouchLcd147)
elseif (board_id STREQUAL "waveshare-s3-touch-lcd-128")
set(TACTILITY_BOARD_PROJECT WaveshareS3TouchLcd128)
elseif (board_id STREQUAL "waveshare-s3-lcd-13")
set(TACTILITY_BOARD_PROJECT WaveshareS3Lcd13)
else ()
set(TACTILITY_BOARD_PROJECT "")
endif ()
+6
View File
@@ -81,6 +81,12 @@ release waveshare-s3-touch-43
build waveshare-s3-touch-lcd-147
release waveshare-s3-touch-lcd-147
build waveshare-s3-touch-lcd-128
release waveshare-s3-touch-lcd-128
build waveshare-s3-lcd-13
release waveshare-s3-lcd-13
build unphone
release unphone