diff --git a/Font5x7.c b/Font5x7.c index 0a3a828..a69bcc7 100644 --- a/Font5x7.c +++ b/Font5x7.c @@ -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,