From 6313aa5adc899f7a40a1a378c3bc1921f32d76b1 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Tue, 28 Jan 2020 02:29:37 -0800 Subject: [PATCH] Add two spacer characters --- PDQ_MinLib/FreeSansBold9pt7b.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PDQ_MinLib/FreeSansBold9pt7b.h b/PDQ_MinLib/FreeSansBold9pt7b.h index a6c5de9..8758ba8 100644 --- a/PDQ_MinLib/FreeSansBold9pt7b.h +++ b/PDQ_MinLib/FreeSansBold9pt7b.h @@ -205,12 +205,14 @@ const GFXglyph FreeSansBold9pt7bGlyphs[] PROGMEM = { { 1219, 4, 17, 7, 2, -12 }, // 0x7D '}' { 1228, 8, 2, 9, 0, -4 }, // 0x7E '~' { 1231, 20, 20, 22, 1, -12 }, // 0x7F gear icon + { 1231, 0, 0, 10, 0, 1 }, // 0x80 10px space to match numbers + { 1231, 0, 0, 4, 0, 1 }, // 0x81 4px space to match period }; const GFXfont FreeSansBold9pt7b PROGMEM = { (uint8_t *)FreeSansBold9pt7bBitmaps, (GFXglyph *)FreeSansBold9pt7bGlyphs, 0x20, //first character - 0x7F, //last character + 0x81, //last character 22 //yAdvance (newline) };