mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 19:47:40 +00:00
Blank day field on reset
This commit is contained in:
parent
1954944d8d
commit
bc02072250
@ -114,6 +114,7 @@ bool stopwatch_face_loop(movement_event_t event, void *context) {
|
|||||||
stopwatch_state->start_time.reg = 0;
|
stopwatch_state->start_time.reg = 0;
|
||||||
stopwatch_state->seconds_counted = 0;
|
stopwatch_state->seconds_counted = 0;
|
||||||
watch_display_text(WATCH_POSITION_BOTTOM, "000000");
|
watch_display_text(WATCH_POSITION_BOTTOM, "000000");
|
||||||
|
watch_display_text(WATCH_POSITION_TOP_RIGHT, " ");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case EVENT_ALARM_BUTTON_DOWN:
|
case EVENT_ALARM_BUTTON_DOWN:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user