add screenshot, appicon, readme

master
Felix Pankratz 2 years ago
parent 1c3f571294
commit 4c0d982eb0

@ -1,3 +1,19 @@
#Metronome #Metronome
A metronome for the Flipper Zero device. A metronome for the Flipper Zero device. Goes along perfectly with my [BPM tapper](https://github.com/panki27/bpm-tapper)(https://github.com/panki27/bpm-tapper).
![screenshot](img/screenshot.png)
## Features
- BPM adjustable, fine and coarse (hold pressed)
- Selectable amount of beats per bar
- First bar is pronounced
- Selectable note length
- LED flashes accordingly
## Compiling
```
./fbt firmware_metronome
```

@ -7,6 +7,8 @@ App(
requires=[ requires=[
"gui", "gui",
], ],
fap_icon="metronome_icon.png",
fap_category="Music",
stack_size=2 * 1024, stack_size=2 * 1024,
order=20, order=20,
) )

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Loading…
Cancel
Save