InfiniTime/src/displayapp
Bryton Hall c575754b42
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
2021-06-12 15:06:58 +02:00
..
fonts Timer App (#355) 2021-05-20 20:43:54 +02:00
icons Big UI and navigation Rewrite 2021-04-04 03:08:51 +01:00
screens add basic metronome app (#409) 2021-06-12 15:06:58 +02:00
Apps.h add basic metronome app (#409) 2021-06-12 15:06:58 +02:00
DisplayApp.cpp add basic metronome app (#409) 2021-06-12 15:06:58 +02:00
DisplayApp.h Fix stack corruption when exiting an app (the app was destroyed while it was executing the button handler). 2021-06-10 21:19:11 +02:00
DisplayAppRecovery.cpp Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. 2021-06-12 10:58:28 +02:00
DisplayAppRecovery.h Fix build for recovery firmware. 2021-06-06 20:20:55 +02:00
DummyLittleVgl.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
LittleVgl.cpp Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. 2021-06-12 10:58:28 +02:00
LittleVgl.h Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. 2021-06-12 10:58:28 +02:00
lv_pinetime_theme.c add basic metronome app (#409) 2021-06-12 15:06:58 +02:00
lv_pinetime_theme.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Messages.h Timer App (#355) 2021-05-20 20:43:54 +02:00
TouchEvents.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00