From: rush Date: Mon, 29 Jun 2026 14:19:11 +0000 (-0400) Subject: Make some tweaks to the close-enough face X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=bf3e6a46b1a5e1f60c80ad6a383186d38d0e7452;p=sensor-watch.git Make some tweaks to the close-enough face Q for quarter hours, H for half past, change to 'till' after half. --- 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()) {