Add Stopwatch application

It can be started, stopped, and cleared. It also continues to run if
you leave the screen.
This commit is contained in:
2019-12-17 22:12:20 -08:00
parent 00c9910872
commit 463c3afd3d
7 changed files with 279 additions and 13 deletions

View File

@@ -62,6 +62,7 @@ private:
std::array<Screen *, MAX_SCREEN_STACK> m_screen_stack;
std::size_t m_screen_stack_depth;
bool m_root_initialized;
BSP::DisplayDriver &m_display;
BSP::ButtonManager &m_buttons;