day_night_percentage_face: Clear seconds digits when entering LE mode.
This commit is contained in:
parent
26f63dcaeb
commit
691f2fe506
@ -117,7 +117,7 @@ bool day_night_percentage_face_loop(movement_event_t event, movement_settings_t
|
|||||||
}
|
}
|
||||||
if (event.event_type == EVENT_LOW_ENERGY_UPDATE) {
|
if (event.event_type == EVENT_LOW_ENERGY_UPDATE) {
|
||||||
if (!watch_tick_animation_is_running()) watch_start_tick_animation(500);
|
if (!watch_tick_animation_is_running()) watch_start_tick_animation(500);
|
||||||
sprintf(buf, "%s%2d %02d", weekday, date_time.unit.day, percentage / 100);
|
sprintf(buf, "%s%2d %02d ", weekday, date_time.unit.day, percentage / 100);
|
||||||
} else {
|
} else {
|
||||||
sprintf(buf, "%s%2d %04d", weekday, date_time.unit.day, percentage);
|
sprintf(buf, "%s%2d %04d", weekday, date_time.unit.day, percentage);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user