From fb3c9cf82ff2e354f1b560131c76c08e11518678 Mon Sep 17 00:00:00 2001 From: TT Date: Sat, 22 Feb 2020 22:40:06 +0900 Subject: [PATCH] fix: adjust width of space and triangle --- Font5x7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,