Skip to content

Commit 525fed5

Browse files
committed
Modifiy ASCII numbers
1 parent 10c955a commit 525fed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firmware/MAD_FW_1_0/matrix/matrix.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const __flash unsigned char ascii[][5] = {
173173
0b0111110,
174174
0b1001001,
175175
0b1001001,
176-
0b0110001,
176+
0b0110010,
177177
0b0000000
178178
},
179179
{ // 7
@@ -191,7 +191,7 @@ const __flash unsigned char ascii[][5] = {
191191
0b0000000
192192
},
193193
{ // 9
194-
0b1000110,
194+
0b0100110,
195195
0b1001001,
196196
0b1001001,
197197
0b0111110,

0 commit comments

Comments
 (0)