]> git.earman.xyz Git - sensor-watch.git/commitdiff
Make some tweaks to the close-enough face
authorrush <iv@earman.xyz>
Mon, 29 Jun 2026 14:19:11 +0000 (10:19 -0400)
committerrush <iv@earman.xyz>
Mon, 29 Jun 2026 16:27:02 +0000 (12:27 -0400)
Q for quarter hours, H for half past, change to 'till' after half.

watch-faces/clock/close_enough_face.c

index cde6d28ec8e7c5389ce44f9405eb2057c9c7d681..0de864ea0baba11450fe981d4c15c29de9f3628f 100644 (file)
@@ -40,24 +40,24 @@ static const char *words[12] = {
     "  ",
     " 5",
     "10",
-    "15",
+    " Q",
     "20",
     "25",
-    "30",
+    " H",
     "35",
     "40",
-    "45",
+    " Q",
     "50",
     "55",
 };
 
-static const char *past_word = " P";
-static const char *to_word = " 2";
+static const char *past_word = " A";
+static const char *to_word = " T";
 static const char *oclock_word = "OC";
 
 // sets when in the five minute period we switch
 // from "X past HH" to  "X to HH+1"
-static const int hour_switch_index = 8;
+static const int hour_switch_index = 7;
 
 static void clock_stop_tick_tock_animation(void) {
     if (watch_sleep_animation_is_running()) {