tick_animation is now sleep_animation (which just displays an indicator on new LCD)
This commit is contained in:
@@ -151,7 +151,7 @@ bool moon_phase_face_loop(movement_event_t event, void *context) {
|
||||
state->offset = 0;
|
||||
// finally: clear out the last two digits and replace them with the sleep mode indicator
|
||||
watch_display_string(" ", 8);
|
||||
if (!watch_tick_animation_is_running()) watch_start_tick_animation(1000);
|
||||
if (!watch_sleep_animation_is_running()) watch_start_sleep_animation(1000);
|
||||
break;
|
||||
case EVENT_ALARM_BUTTON_UP:
|
||||
// Pressing the alarm adds an offset of one day to the displayed value,
|
||||
|
||||
Reference in New Issue
Block a user