]> git.earman.xyz Git - sensor-watch.git/commitdiff
accelerometer status face: flash decimal when setting threshold
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 25 Jun 2025 21:23:31 +0000 (17:23 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 25 Jun 2025 21:23:31 +0000 (17:23 -0400)
watch-faces/sensor/accelerometer_status_face.c

index 0dbbfdcbe3a27e53b2a4e004e28634bb74cf3068..fde711cf5feef62f8c1360fa8cb323de248a8c8b 100644 (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");