From 943b95ec797db5202c2d236cf32d8c69fef8f21b Mon Sep 17 00:00:00 2001 From: lovyan03 <42724151+lovyan03@users.noreply.github.com> Date: Mon, 11 Nov 2019 11:43:18 +0900 Subject: [PATCH] Fix TextFont 2 (Font16.c) backslash(0x5c) looks like slash. --- Fonts/Font16.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fonts/Font16.c b/Fonts/Font16.c index 4581de3..54ba6ac 100644 --- a/Fonts/Font16.c +++ b/Fonts/Font16.c @@ -392,8 +392,8 @@ PROGMEM const unsigned char chr_f16_5B[16] = // 1 unsigned char per row PROGMEM const unsigned char chr_f16_5C[16] = // 1 unsigned char per row { - 0x00, 0x00, 0x04, 0x04, 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, 0x40, // row 1 - 11 - 0x40, 0x80, 0x80, 0x00, 0x00 // row 12 - 16 + 0x00, 0x00, 0x80, 0x80, 0x40, 0x40, 0x20, 0x20, 0x10, 0x10, 0x08, // row 1 - 11 + 0x08, 0x04, 0x04, 0x00, 0x00 // row 12 - 16 }; PROGMEM const unsigned char chr_f16_5D[16] = // 1 unsigned char per row