Skip to content

Commit

Permalink
Add icon and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wh00hw committed Nov 1, 2022
1 parent 8b9c983 commit be002f6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
3 changes: 2 additions & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -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"

)
Binary file added img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added morse_code_10px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be002f6

Please sign in to comment.