From ef564c624264b4bc9483d0cead56542ee418ed5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gaj=C5=A1ak?= Date: Tue, 29 Oct 2019 19:14:40 +0100 Subject: [PATCH] =?UTF-8?q?Changed=20=C2=A3=20to=20$=20sign=20for=20charac?= =?UTF-8?q?ter=200x24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fonts/Font16.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fonts/Font16.c b/Fonts/Font16.c index 0f9167f..2c0837b 100644 --- a/Fonts/Font16.c +++ b/Fonts/Font16.c @@ -50,8 +50,8 @@ PROGMEM const unsigned char chr_f16_23[16] = // 1 unsigned char per row PROGMEM const unsigned char chr_f16_24[16] = // 1 unsigned char per row { - 0x00, 0x00, 0x00, 0x3C, 0x42, 0x40, 0x40, 0x70, 0x40, 0x70, 0x40, // row 1 - 11 - 0x40, 0xFE, 0x00, 0x00, 0x00 // row 12 - 16 + 0x00, 0x00, 0x28, 0x38, 0x6C, 0xAA, 0xA8, 0x68, 0x3C, 0x2A, 0xAA, // row 1 - 11 + 0x6C, 0x38, 0x28, 0x00, 0x00 // row 12 - 16 }; PROGMEM const unsigned char chr_f16_25[16] = // 1 unsigned char per row