diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-21 02:35:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 02:35:32 -0500 |
commit | 3703d565edfd85922b8574e684f4bf8d11777a45 (patch) | |
tree | fbac13808818f85304e6d31b3bd28f7455cabb2b | |
parent | 3f58ce76939fb7dc82d4240a7e0b4759a5fc4787 (diff) | |
parent | dd9ca10122cb2092f9d2cffd36284c1de2a29ef8 (diff) | |
download | Sensor-Watch-3703d565edfd85922b8574e684f4bf8d11777a45.tar.gz Sensor-Watch-3703d565edfd85922b8574e684f4bf8d11777a45.tar.bz2 Sensor-Watch-3703d565edfd85922b8574e684f4bf8d11777a45.zip |
Merge pull request #337 from theAlexes/theAlexes/wyoscan-zero
make the zero in wyoscan a little more visually appealing
-rw-r--r-- | movement/watch_faces/clock/wyoscan_face.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/clock/wyoscan_face.c b/movement/watch_faces/clock/wyoscan_face.c index fd87b911..66a5d466 100644 --- a/movement/watch_faces/clock/wyoscan_face.c +++ b/movement/watch_faces/clock/wyoscan_face.c @@ -60,7 +60,7 @@ a line you've already drawn. It is vaguely top to bottom and counter, clockwise when possible. */ static char *segment_map[] = { - "AXFEDCBX", // 0 + "AXFBDEXC", // 0 "BXXXCXXX", // 1 "ABGEXXXD", // 2 "ABGXXXCD", // 3 |