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

@@ -50,7 +50,6 @@ ReturnCode SetTimeScreen::init()
NextTime SetTimeScreen::execute()
{
//TODO: Fix this so it doesn't constantly refresh
refresh();
return NextTime::never();