From 0f278fc342b4a9eb7008c2835a8c06a8d0eac2cd Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 15 Apr 2021 17:35:20 +0200 Subject: Update the 'r' glyph to be 5px wide --- font/bd-font-8x8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font/bd-font-8x8.c') diff --git a/font/bd-font-8x8.c b/font/bd-font-8x8.c index 50f5d65..1b84636 100644 --- a/font/bd-font-8x8.c +++ b/font/bd-font-8x8.c @@ -113,7 +113,7 @@ u8 font[][8] = { {0x00, 0x00, 0x38, 0x44, 0x44, 0x44, 0x38, 0x00}, {0x00, 0x00, 0x78, 0x44, 0x44, 0x78, 0x40, 0x40}, {0x00, 0x00, 0x3c, 0x44, 0x44, 0x3c, 0x04, 0x0e}, - {0x00, 0x00, 0x58, 0x60, 0x40, 0x40, 0x40, 0x00}, + {0x00, 0x00, 0x58, 0x64, 0x40, 0x40, 0x40, 0x00}, {0x00, 0x00, 0x38, 0x40, 0x38, 0x04, 0x78, 0x00}, {0x00, 0x20, 0x7c, 0x20, 0x20, 0x20, 0x18, 0x00}, {0x00, 0x00, 0x44, 0x44, 0x44, 0x44, 0x38, 0x00}, -- cgit v1.2.1