summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/StopWatch.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-03-20Reworked based on PR comments.panky-codes1-21/+21
2021-03-15Removed unused variables. Tested.panky-codes1-5/+5
2021-03-13Increased the size of the button and realigned the layout a bit. Tested.panky-codes1-5/+7
2021-03-13Added some comments for clarity. Ready for review. Tested.panky-codes1-2/+14
2021-03-13Stopwatch completed. Ready for PRpanky-codes1-13/+3
2021-03-13Adding laps completed.panky-codes1-4/+8
2021-03-12Laps introduced. Tested. Need to change the icon.panky-codes1-6/+34
2021-03-12Added a button for stop lap. Logic works. Need to implement symbol and ↵panky-codes1-7/+47
buffer for lap
2021-03-11Added play/pause button.panky-codes1-7/+51
2021-03-11Changed the clock source. Stopwatch works. Need to add butttons.panky-codes1-8/+25
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes1-0/+73
replace with paddle app in displayApp.cpp and ApplicationList.cpp later.