From bf3e6a46b1a5e1f60c80ad6a383186d38d0e7452 Mon Sep 17 00:00:00 2001 From: rush Date: Mon, 29 Jun 2026 10:19:11 -0400 Subject: [PATCH] Make some tweaks to the close-enough face Q for quarter hours, H for half past, change to 'till' after half. --- watch-faces/clock/close_enough_face.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/watch-faces/clock/close_enough_face.c b/watch-faces/clock/close_enough_face.c index cde6d28..0de864e 100644 --- a/watch-faces/clock/close_enough_face.c +++ b/watch-faces/clock/close_enough_face.c @@ -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()) { -- 2.39.5