summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-03-13 16:37:26 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-03-13 16:37:26 -0400
commit2cba47996ed08c83b7c9b2ba521b68fb8a62f666 (patch)
tree6cc2af0dc71f664527f4b1d706dc51725e0b0546
parent3ad093715d731efd2cfb094fd6fdfbb81691005d (diff)
downloadSensor-Watch-2cba47996ed08c83b7c9b2ba521b68fb8a62f666.tar.gz
Sensor-Watch-2cba47996ed08c83b7c9b2ba521b68fb8a62f666.tar.bz2
Sensor-Watch-2cba47996ed08c83b7c9b2ba521b68fb8a62f666.zip
make lowercase s look distinct
-rw-r--r--watch-library/shared/watch/watch_private_display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/shared/watch/watch_private_display.h b/watch-library/shared/watch/watch_private_display.h
index 08597848..c55ea332 100644
--- a/watch-library/shared/watch/watch_private_display.h
+++ b/watch-library/shared/watch/watch_private_display.h
@@ -112,7 +112,7 @@ static const uint8_t Character_Set[] =
0b01110011, // p
0b01100111, // q
0b01010000, // r
- 0b01101101, // s
+ 0b00101101, // s (removes middle segment to distinguish from 5)
0b01111000, // t
0b01100010, // u (appears in (u)pper half to work in more positions)
0b00011100, // v (looks like u but in the lower half)