From ce3f1afcbd2dbbe293513a3c658445d63ba94aea Mon Sep 17 00:00:00 2001 From: Till Date: Sat, 22 Feb 2020 12:51:10 +0100 Subject: [PATCH] Update FontMatrise.h fixed the J --- FontMatrise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FontMatrise.h b/FontMatrise.h index 070f1b3..7b8ec97 100644 --- a/FontMatrise.h +++ b/FontMatrise.h @@ -48,7 +48,7 @@ const uint8_t MatriseFontData[] = { 0x70, 0x88, 0x80, 0xb8, 0x88, 0x88, 0x78, // Code for char G 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, 0x88, // Code for char H 0x70, 0x20, 0x20, 0x20, 0x20, 0x20, 0x70, // Code for char I - 0x08, 0x08, 0x08, 0x08, 0x18, 0x88, 0x70, // Code for char J + 0x18, 0x08, 0x08, 0x08, 0x08, 0x88, 0x70, // Code for char J 0x88, 0x90, 0xa0, 0xc0, 0xa0, 0x90, 0x88, // Code for char K 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xf8, // Code for char L 0x88, 0xd8, 0xa8, 0xa8, 0x88, 0x88, 0x88, // Code for char M