tick_animation is now sleep_animation (which just displays an indicator on new LCD)
This commit is contained in:
@@ -483,7 +483,7 @@ bool periodic_face_loop(movement_event_t event, void *context)
|
||||
case EVENT_LOW_ENERGY_UPDATE:
|
||||
// Display static title and tick animation during LE
|
||||
watch_display_string("Pd Table", 0);
|
||||
watch_start_tick_animation(500);
|
||||
watch_start_sleep_animation(500);
|
||||
break;
|
||||
default:
|
||||
return movement_default_loop_handler(event);
|
||||
|
||||
Reference in New Issue
Block a user