Q for quarter hours, H for half past, change to 'till' after half.
" ",
" 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()) {