fix: adjust width of space and triangle

pull/1/head
TT 6 years ago
parent 863691c554
commit fb3c9cf82f

@ -493,7 +493,7 @@ const uint8_t x5x7_bits[127*7] =
|** |
|* |
+--------+ */
0b10000000|CHAR5x7_WIDTH_5px,
0b10000000|CHAR5x7_WIDTH_4px,
0b11000000,
0b11100000,
0b11110000,
@ -645,7 +645,7 @@ const uint8_t x5x7_bits[127*7] =
| |
| |
+--------+ */
0b00000000|CHAR5x7_WIDTH_3px,
0b00000000|CHAR5x7_WIDTH_4px,
0b00000000,
0b00000000,
0b00000000,

Loading…
Cancel
Save

Powered by TurnKey Linux.