From 5f0ebd8c66b3512d67efc8174c5f65a86488a4ea Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 6 Apr 2022 15:51:06 -0400 Subject: character map tweaks: add some ligatures and symbols --- movement/watch_faces/complication/pulsometer_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'movement/watch_faces/complication/pulsometer_face.c') diff --git a/movement/watch_faces/complication/pulsometer_face.c b/movement/watch_faces/complication/pulsometer_face.c index 28ca1a50..1d6f2086 100644 --- a/movement/watch_faces/complication/pulsometer_face.c +++ b/movement/watch_faces/complication/pulsometer_face.c @@ -73,7 +73,7 @@ bool pulsometer_face_loop(movement_event_t event, movement_settings_t *settings, watch_display_string(" Alarn", 4); break; case 2: - watch_display_string("+ Count ", 0); + watch_display_string("* Count ", 0); break; case 3: watch_display_string(" 30Beats ", 0); -- cgit v1.2.3