New waveshare boards + GC9A01 Display driver (#333)
This commit is contained in:
@@ -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 ()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user