accelerometer status face: flash decimal when setting threshold

This commit is contained in:
Joey Castillo 2025-06-25 17:23:31 -04:00
parent b1c67bea94
commit b67867b7ef

View File

@ -78,6 +78,7 @@ bool accelerometer_status_face_loop(movement_event_t event, void *context) {
char buf[11];
if (event.subsecond % 2) {
watch_display_text(WATCH_POSITION_BOTTOM, " ");
watch_clear_decimal_if_available();
} else {
watch_display_text(WATCH_POSITION_TOP_RIGHT, " ");
watch_display_text_with_fallback(WATCH_POSITION_TOP, "WAKth", "TH");