Implement M5Stack Cardputer + minor Tactility improvements (#331)
- Implement M5Stack Cardputer: display, SD card and keyboard - `St7789Display` now supports a "gap" configuration - `ElfApp` has improved errors
This commit is contained in:
committed by
GitHub
parent
d83b98e99b
commit
62c613477a
@@ -53,6 +53,8 @@ function(INIT_TACTILITY_GLOBALS SDKCONFIG_FILE)
|
||||
set(TACTILITY_BOARD_PROJECT LilygoTdeck)
|
||||
elseif (board_id STREQUAL "lilygo-tlora-pager")
|
||||
set(TACTILITY_BOARD_PROJECT LilygoTLoraPager)
|
||||
elseif (board_id STREQUAL "m5stack-cardputer")
|
||||
set(TACTILITY_BOARD_PROJECT M5stackCardputer)
|
||||
elseif (board_id STREQUAL "m5stack-core2")
|
||||
set(TACTILITY_BOARD_PROJECT M5stackCore2)
|
||||
elseif (board_id STREQUAL "m5stack-cores3")
|
||||
|
||||
@@ -69,6 +69,9 @@ release m5stack-core2
|
||||
|
||||
releaseSdk release/TactilitySDK-esp32
|
||||
|
||||
build m5stack-cardputer
|
||||
release m5stack-cardputer
|
||||
|
||||
build m5stack-cores3
|
||||
release m5stack-cores3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user