From e30564e74648f2e7e59ed19904afbf1a19b38900 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 6 Apr 2022 19:51:44 +0000 Subject: deploy: 5f0ebd8c66b3512d67efc8174c5f65a86488a4ea --- watch__private__display_8h_source.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/watch__private__display_8h_source.html b/watch__private__display_8h_source.html index b85b79f6..8e07830b 100644 --- a/watch__private__display_8h_source.html +++ b/watch__private__display_8h_source.html @@ -105,14 +105,14 @@ $(function() {
33 0b01100000, // ! (L in the top half for positions 4 and 6)
34 0b00100010, // "
35 0b01100011, // # (degree symbol, hash mark doesn't fit)
-
36 0b00000000, // $ (unused)
+
36 0b00101101, // $ (S without the center segment)
37 0b00000000, // % (unused)
38 0b01000100, // & ("lowercase 7" for positions 4 and 6)
39 0b00100000, // '
40 0b00111001, // (
41 0b00001111, // )
-
42 0b00000000, // * (unused)
-
43 0b11000000, // + (only works in position 0)
+
42 0b11000000, // * (The + sign for use in position 0)
+
43 0b01110000, // + (segments E, F and G; looks like ┣╸)
44 0b00000100, // ,
45 0b01000000, // -
46 0b01000000, // . (same as -, semantically most useful)
@@ -192,9 +192,9 @@ $(function() {
120 0b01111110, // x
121 0b01101110, // y
122 0b00011011, // z
-
123 0b00111001, // {
-
124 0b00110000, // |
-
125 0b00001111, // }
+
123 0b00010110, // { (open brace doesn't really work; overriden to represent the two character ligature "il")
+
124 0b00110110, // | (overriden to represent the two character ligature "ll")
+
125 0b00110100, // } (overriden to represent the two character ligature "li")
126 0b00000001, // ~
127};
128
-- cgit v1.2.3