add tilde

This commit is contained in:
Silentium 2019-01-13 02:10:10 +01:00
parent 2244648cb3
commit 1b5a97f211

View file

@ -128,7 +128,7 @@ const uint8_t font_5x7_col[256][5] PROGMEM = {
{ 0x08, 0x36, 0x41, 0x00, 0x00 }, // ({) { 0x08, 0x36, 0x41, 0x00, 0x00 }, // ({)
{ 0x00, 0x00, 0x7F, 0x00, 0x00 }, // (|) { 0x00, 0x00, 0x7F, 0x00, 0x00 }, // (|)
{ 0x00, 0x00, 0x41, 0x36, 0x08 }, // (}) { 0x00, 0x00, 0x41, 0x36, 0x08 }, // (})
{ 0x00, 0x00, 0x00, 0x00, 0x00 }, // FIXME tilde { 0x08, 0x10, 0x08, 0x04, 0x08 }, // (~)
{ 0x00, 0x00, 0x00, 0x00, 0x00 }, // { 0x00, 0x00, 0x00, 0x00, 0x00 }, //
{ 0x08, 0x08, 0x2A, 0x1C, 0x08 }, // (arrow right) { 0x08, 0x08, 0x2A, 0x1C, 0x08 }, // (arrow right)
{ 0x08, 0x1C, 0x2A, 0x08, 0x08 }, // (arrow left) { 0x08, 0x1C, 0x2A, 0x08, 0x08 }, // (arrow left)