]> git.earman.xyz Git - sensor-watch.git/commitdiff
make lowercase s look distinct
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 13 Mar 2022 20:37:26 +0000 (16:37 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 13 Mar 2022 20:37:26 +0000 (16:37 -0400)
watch-library/shared/watch/watch_private_display.h

index 08597848251d0346a290874f85e324aff6ffe006..c55ea3325bedc44b74cb060bcddbf3d8d73a6d6e 100644 (file)
@@ -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)