wh00hw 3 лет назад
Родитель
Сommit
be002f6007
4 измененных файлов с 21 добавлено и 1 удалено
  1. 19 0
      README.md
  2. 2 1
      application.fam
  3. BIN
      img/screenshot.png
  4. BIN
      morse_code_10px.png

+ 19 - 0
README.md

@@ -0,0 +1,19 @@
+# Morse Code
+
+Simple Morse Code parser Flipper Application Package.
+
+![screenshot](img/screenshot.png)
+
+## Controls
+
+- Up/Down buttons to set volume
+- Left/Right buttons to set Dit length in milliseconds
+- Push center button to play Dit
+- Hold center button to play Dah
+
+
+## Compiling
+
+```
+./fbt fap_morse_code
+```

+ 2 - 1
application.fam

@@ -7,8 +7,9 @@ App(
     requires=[
         "gui",
     ],
-    stack_size=4 * 1024,
+    stack_size=1 * 1024,
     order=20,
+    fap_icon="morse_code_10px.png",
     fap_category="Music"
 
 )

BIN
img/screenshot.png


BIN
morse_code_10px.png