summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/StopWatch.h
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25Stopwatch fixesRiku Isokoski1-3/+3
2022-01-26StopWatch: cleanup unused includes and use relative to src includesReinhold Gschweicher1-1/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-2/+2
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-07-19Refresh reworkRiku Isokoski1-2/+3
2021-07-04Improve stopwatch (#432)Riku Isokoski1-6/+10
* Improve stopwatch more * Make sure sleep gets reenabled * Cleanup and clang-format
2021-04-17Stopwatch: improve variable namingPeetz0r1-2/+2
msec => hundredths
2021-04-04Big UI and navigation RewriteJoaquim1-1/+1
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-03-20Reworked based on PR comments.panky-codes1-12/+12
2021-03-15Removed unused variables. Tested.panky-codes1-3/+2
2021-03-13Added some comments for clarity. Ready for review. Tested.panky-codes1-2/+2
2021-03-13Adding laps completed.panky-codes1-2/+9
2021-03-12Laps introduced. Tested. Need to change the icon.panky-codes1-1/+37
2021-03-12Added a button for stop lap. Logic works. Need to implement symbol and ↵panky-codes1-2/+11
buffer for lap
2021-03-11Added play/pause button.panky-codes1-2/+4
2021-03-11Changed the clock source. Stopwatch works. Need to add butttons.panky-codes1-4/+4
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes1-0/+33
replace with paddle app in displayApp.cpp and ApplicationList.cpp later.