Skip to content

Commit 73b2dc7

Browse files
committed
More faithfull representation of the character displayed on the LCD.
1 parent b9e1ac1 commit 73b2dc7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/SevSeg.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ const uint8_t characterArray[] PROGMEM = {
4949
0b1111111, // 8
5050
0b1111011, // 9
5151
0b1110111, // 10 "A"
52-
0b0011111, // 11 "B"
52+
0b0011111, // 11 "b"
5353
0b1001110, // 12 "C"
54-
0b0111101, // 13 "D"
54+
0b0111101, // 13 "d"
5555
0b1001111, // 14 "E"
5656
0b1000111, // 15 "F"
5757
0b0000000, // 16 NO DISPLAY
@@ -104,9 +104,9 @@ const uint8_t characterArray[] PROGMEM = {
104104
0b0000000, // 63 '?' NO DISPLAY
105105
0b0000000, // 64 '@' NO DISPLAY
106106
0b1110111, // 65 'A'
107-
0b0011111, // 66 'B'
107+
0b0011111, // 66 'b'
108108
0b1001110, // 67 'C'
109-
0b0111101, // 68 'D'
109+
0b0111101, // 68 'd'
110110
0b1001111, // 69 'E'
111111
0b1000111, // 70 'F'
112112
0b1011110, // 71 'G'
@@ -116,18 +116,18 @@ const uint8_t characterArray[] PROGMEM = {
116116
0b0000000, // 75 'K' NO DISPLAY
117117
0b0001110, // 76 'L'
118118
0b0000000, // 77 'M' NO DISPLAY
119-
0b0010101, // 78 'N'
119+
0b0010101, // 78 'n'
120120
0b1111110, // 79 'O'
121121
0b1100111, // 80 'P'
122-
0b1110011, // 81 'Q'
123-
0b0000101, // 82 'R'
122+
0b1110011, // 81 'q'
123+
0b0000101, // 82 'r'
124124
0b1011011, // 83 'S'
125-
0b0001111, // 84 'T'
125+
0b0001111, // 84 't'
126126
0b0111110, // 85 'U'
127127
0b0000000, // 86 'V' NO DISPLAY
128128
0b0000000, // 87 'W' NO DISPLAY
129129
0b0000000, // 88 'X' NO DISPLAY
130-
0b0111011, // 89 'Y'
130+
0b0111011, // 89 'y'
131131
0b0000000, // 90 'Z' NO DISPLAY
132132
0b1001110, // 91 '['
133133
0b0000000, // 92 '\' NO DISPLAY
@@ -140,8 +140,8 @@ const uint8_t characterArray[] PROGMEM = {
140140
0b0001101, // 99 'c'
141141
0b0111101, // 100 'd' SAME AS CAP
142142
0b1101111, // 101 'e'
143-
0b1000111, // 102 'f' SAME AS CAP
144-
0b1011110, // 103 'g' SAME AS CAP
143+
0b1000111, // 102 'F' SAME AS CAP
144+
0b1011110, // 103 'G' SAME AS CAP
145145
0b0010111, // 104 'h'
146146
0b0010000, // 105 'i'
147147
0b0111000, // 106 'j' SAME AS CAP
@@ -153,7 +153,7 @@ const uint8_t characterArray[] PROGMEM = {
153153
0b1100111, // 112 'p' SAME AS CAP
154154
0b1110011, // 113 'q' SAME AS CAP
155155
0b0000101, // 114 'r' SAME AS CAP
156-
0b1011011, // 115 's' SAME AS CAP
156+
0b1011011, // 115 'S' SAME AS CAP
157157
0b0001111, // 116 't' SAME AS CAP
158158
0b0011100, // 117 'u'
159159
0b0000000, // 118 'b' NO DISPLAY

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy