Merge develop into main (#368)
New boards: - LilyGO T-Dongle S3 - M5Stack StickC Plus - M5Stack StickC Plus2 New drivers: - AXP192: power control via I2C - ButtonControl: GPIO button input as LVGL device Other changes: - Updated implementation of AXP192 driver for Core2 board - Fix launcher UX for vertical layout - Fix error when properties file had an empty line - Add `__floatsidf` to `tt_init.cpp`
This commit is contained in:
committed by
GitHub
parent
3a59540365
commit
d8346998ce
@@ -51,6 +51,8 @@ function(INIT_TACTILITY_GLOBALS SDKCONFIG_FILE)
|
||||
set(TACTILITY_BOARD_PROJECT ElecrowCrowpanelBasic50)
|
||||
elseif (board_id STREQUAL "lilygo-tdeck")
|
||||
set(TACTILITY_BOARD_PROJECT LilygoTdeck)
|
||||
elseif (board_id STREQUAL "lilygo-tdongle-s3")
|
||||
set(TACTILITY_BOARD_PROJECT LilygoTdongleS3)
|
||||
elseif (board_id STREQUAL "lilygo-tlora-pager")
|
||||
set(TACTILITY_BOARD_PROJECT LilygoTLoraPager)
|
||||
elseif (board_id STREQUAL "m5stack-cardputer")
|
||||
@@ -59,6 +61,10 @@ function(INIT_TACTILITY_GLOBALS SDKCONFIG_FILE)
|
||||
set(TACTILITY_BOARD_PROJECT M5stackCore2)
|
||||
elseif (board_id STREQUAL "m5stack-cores3")
|
||||
set(TACTILITY_BOARD_PROJECT M5stackCoreS3)
|
||||
elseif (board_id STREQUAL "m5stack-stickc-plus")
|
||||
set(TACTILITY_BOARD_PROJECT M5stackStickCPlus)
|
||||
elseif (board_id STREQUAL "m5stack-stickc-plus2")
|
||||
set(TACTILITY_BOARD_PROJECT M5stackStickCPlus2)
|
||||
elseif (board_id STREQUAL "unphone")
|
||||
set(TACTILITY_BOARD_PROJECT UnPhone)
|
||||
elseif (board_id STREQUAL "waveshare-s3-touch-43")
|
||||
|
||||
@@ -35,6 +35,9 @@ release elecrow-crowpanel-basic-50
|
||||
build lilygo-tdeck
|
||||
release lilygo-tdeck
|
||||
|
||||
build lilygo-tdongle-s3
|
||||
release lilygo-tdongle-s3
|
||||
|
||||
build lilygo-tlora-pager
|
||||
release lilygo-tlora-pager
|
||||
|
||||
@@ -75,6 +78,12 @@ release m5stack-cardputer
|
||||
build m5stack-cores3
|
||||
release m5stack-cores3
|
||||
|
||||
build m5stack-stickc-plus
|
||||
release m5stack-stickc-plus
|
||||
|
||||
build m5stack-stickc-plus2
|
||||
release m5stack-stickc-plus2
|
||||
|
||||
build waveshare-s3-touch-43
|
||||
release waveshare-s3-touch-43
|
||||
|
||||
|
||||
Reference in New Issue
Block a user