Added new game: Morse trainer (#2820)

* Added new game: Morse trainer

* code format error fix, and ui alignment
This commit is contained in:
Pezsma
2025-10-16 13:01:28 +02:00
committed by GitHub
parent e3b2a65b39
commit 545dead1ca
6 changed files with 686 additions and 1 deletions
+5
View File
@@ -254,6 +254,10 @@ set(EXTCPPSRC
external/bht_tx/main.cpp
external/bht_tx/ui_bht_tx.cpp
external/bht_tx/bht.cpp
#morse_practice
external/morse_practice/main.cpp
external/morse_practice/ui_morse_practice.cpp
)
set(EXTAPPLIST
@@ -318,4 +322,5 @@ set(EXTAPPLIST
soundboard
game2048
bht_tx
morse_practice
)