From f9907cebdeef44aef2201a44c25bcf951eb34567 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Sun, 26 Apr 2020 15:03:18 -0700 Subject: [PATCH] Add icons for numpad and star --- PDQ_MinLib/FreeSansBold9pt7b.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/PDQ_MinLib/FreeSansBold9pt7b.h b/PDQ_MinLib/FreeSansBold9pt7b.h index 8758ba8..4fda0a5 100644 --- a/PDQ_MinLib/FreeSansBold9pt7b.h +++ b/PDQ_MinLib/FreeSansBold9pt7b.h @@ -105,7 +105,12 @@ const uint8_t FreeSansBold9pt7bBitmaps[] PROGMEM = { 0x1C, 0xF3, 0x83, 0xFF, 0xFC, 0x7F, 0xFF, 0xE3, 0xF0, 0xFE, 0x1E, 0x07, 0xC1, 0xC0, 0x38, 0xF8, 0x01, 0xFF, 0x80, 0x1F, 0xF8, 0x01, 0xFF, 0x80, 0x1F, 0x1C, 0x03, 0x81, 0xE0, 0x78, 0x3F, 0x0F, 0xC7, 0xFF, 0xFE, 0x3F, - 0xFF, 0xC3, 0xCF, 0x38, 0x08, 0xF1, 0x00, 0x0F, 0x00 + 0xFF, 0xC3, 0xCF, 0x38, 0x08, 0xF1, 0x00, 0x0F, 0x00, 0x00, 0xEE, 0xFD, + 0xDF, 0xBB, 0x80, 0x0E, 0xEF, 0xDD, 0xFB, 0xB8, 0x00, 0xEE, 0xFD, 0xDF, + 0xBB, 0x80, 0x00, 0xE0, 0x1C, 0x03, 0x80, 0x00, 0x01, 0x00, 0x02, 0x00, + 0x0E, 0x00, 0x1C, 0x00, 0x38, 0x1F, 0xFF, 0xDF, 0xFF, 0x0F, 0xF8, 0x0F, + 0xE0, 0x1F, 0xC0, 0x3F, 0x80, 0x7F, 0x01, 0xEF, 0x03, 0x06, 0x04, 0x04, + 0x00 }; const GFXglyph FreeSansBold9pt7bGlyphs[] PROGMEM = { @@ -207,12 +212,14 @@ const GFXglyph FreeSansBold9pt7bGlyphs[] PROGMEM = { { 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 + { 1282, 11, 15, 13, 1, -10 }, // 0x82 numpad icon + { 1304, 15, 15, 17, 1, -10 }, // 0x83 star icon }; const GFXfont FreeSansBold9pt7b PROGMEM = { (uint8_t *)FreeSansBold9pt7bBitmaps, (GFXglyph *)FreeSansBold9pt7bGlyphs, 0x20, //first character - 0x81, //last character + 0x83, //last character 22 //yAdvance (newline) };