nicer time zone names on new LCD

This commit is contained in:
Joey Castillo
2025-03-08 17:17:40 -05:00
parent af094e2c2d
commit d35a3ee8d1
4 changed files with 76 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ bool set_time_face_loop(movement_event_t event, void *context) {
sprintf(buf, "%2d%02d ", hours % 100, minutes % 100);
watch_set_colon();
} else {
sprintf(buf, "%s", (char *) (zone_names + 8 * movement_get_timezone_index()));
sprintf(buf, "%s", watch_utility_time_zone_name_at_index(movement_get_timezone_index()));
watch_clear_colon();
}
} else if (current_page < 4) {