add tilde
This commit is contained in:
parent
2244648cb3
commit
1b5a97f211
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue