diff options
| author | Bryton Hall <email@bryton.io> | 2021-06-12 13:06:58 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 13:06:58 (GMT) |
| commit | c575754b4283ab1e8a2b1320a97992db6712ac58 (patch) | |
| tree | fd298a1c44bf26f622847c5b3fea29883ed66486 /src/displayapp/Apps.h | |
| parent | 58a8507b3d4ffc5fdf563efae4ba11f8b3592fdc (diff) | |
add basic metronome app (#409)
* add basic metronome app
* add bpb, tap to bpm, update widgets
* use event pressed for bpm tap
* move case statement break to the right place
* narrow bpm selection range, override touch events
* fix arc knob style
* re-enable sleeping in destructor
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 2df517f..684e3a4 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -21,6 +21,7 @@ namespace Pinetime { HeartRate, Navigation, StopWatch, + Metronome, Motion, Steps, QuickSettings, |
