Add MorseCode fap

This commit is contained in:
wh00hw
2022-11-01 11:08:53 +01:00
parent 348c4c3b5f
commit 419a90aa28
6 changed files with 383 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
App(
appid="morse_code",
name="Morse Code",
apptype=FlipperAppType.EXTERNAL,
entry_point="morse_code_app",
cdefines=["APP_MORSE_CODE"],
requires=[
"gui",
],
stack_size=1 * 1024,
order=20,
fap_icon="morse_code_10px.png",
fap_category="Music"
)