show temperature and battery voltage in low energy mode
This commit is contained in:
@@ -68,8 +68,17 @@ bool voltage_face_loop(movement_event_t event, movement_settings_t *settings, vo
|
||||
}
|
||||
break;
|
||||
case EVENT_LOW_ENERGY_UPDATE:
|
||||
watch_clear_indicator(WATCH_INDICATOR_SIGNAL);
|
||||
watch_display_string("BA SLEEP ", 0);
|
||||
// clear seconds area and start tick animation if necessary
|
||||
if (!watch_tick_animation_is_running()) {
|
||||
watch_display_string(" ", 8);
|
||||
watch_start_tick_animation(1000);
|
||||
}
|
||||
// update once an hour
|
||||
if (date_time.unit.minute == 0) {
|
||||
watch_clear_indicator(WATCH_INDICATOR_SIGNAL);
|
||||
_voltage_face_update_display();
|
||||
watch_display_string(" ", 8);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
movement_default_loop_handler(event, settings);
|
||||
|
||||
Reference in New Issue
Block a user