add screenshot, appicon, readme
This commit is contained in:
parent
1c3f571294
commit
4c0d982eb0
18
README.md
18
README.md
@ -1,3 +1,19 @@
|
||||
#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=[
|
||||
"gui",
|
||||
],
|
||||
fap_icon="metronome_icon.png",
|
||||
fap_category="Music",
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
)
|
||||
|
BIN
img/screenshot.png
Normal file
BIN
img/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
metronome_icon.png
Normal file
BIN
metronome_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 B |
Loading…
Reference in New Issue
Block a user