Commit 90faf5a
committed
Add StopWatchController
StopWatchController was introduced with
InfiniTimeOrg/InfiniTime#14101 parent e4a3aa0 commit 90faf5a
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
Submodule InfiniTime updated 12 files
- src/CMakeLists.txt+3
- src/components/stopwatch/StopWatchController.cpp+101
- src/components/stopwatch/StopWatchController.h+65
- src/displayapp/DisplayApp.cpp+3-1
- src/displayapp/DisplayApp.h+3
- src/displayapp/DisplayAppRecovery.cpp+1
- src/displayapp/DisplayAppRecovery.h+2
- src/displayapp/screens/StopWatch.cpp+64-42
- src/displayapp/screens/StopWatch.h+8-12
- src/main.cpp+4
- src/systemtask/SystemTask.cpp+2
- src/systemtask/SystemTask.h+3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
| |||
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
| 363 | + | |
362 | 364 | | |
363 | 365 | | |
364 | 366 | | |
| |||
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
| 379 | + | |
377 | 380 | | |
378 | 381 | | |
379 | 382 | | |
| |||
0 commit comments