Multi screen support, with dyn alignment (#2801)

This commit is contained in:
Totoo
2025-10-03 19:10:10 +02:00
committed by GitHub
parent 23cabb8b8a
commit 371b6b5079
161 changed files with 4042 additions and 4157 deletions
+6
View File
@@ -249,6 +249,11 @@ set(EXTCPPSRC
#game2048
external/game2048/main.cpp
external/game2048/ui_game2048.cpp
#bht_tx
external/bht_tx/main.cpp
external/bht_tx/ui_bht_tx.cpp
external/bht_tx/bht.cpp
)
set(EXTAPPLIST
@@ -312,4 +317,5 @@ set(EXTAPPLIST
epirb_rx
soundboard
game2048
bht_tx
)