From: Joey Castillo Date: Wed, 25 Jun 2025 21:23:31 +0000 (-0400) Subject: accelerometer status face: flash decimal when setting threshold X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=b67867b7efc528c92bfa4dcd5b5e9eab2c1ba583;p=sensor-watch.git accelerometer status face: flash decimal when setting threshold --- diff --git a/watch-faces/sensor/accelerometer_status_face.c b/watch-faces/sensor/accelerometer_status_face.c index 0dbbfdc..fde711c 100644 --- a/watch-faces/sensor/accelerometer_status_face.c +++ b/watch-faces/sensor/accelerometer_status_face.c @@ -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");