add custom arrow characters

0x80: arrow right
0x81: arrow left
These values are normally reserved for non-printable control characters.
This commit is contained in:
Silentium 2019-05-25 15:47:45 +02:00
parent dcfcc325df
commit cfc1a31253

View file

@ -139,8 +139,8 @@ const LCDChar font_var_width[256] PROGMEM = {
{ 3, { 0x41, 0x36, 0x08 } }, // 7D } { 3, { 0x41, 0x36, 0x08 } }, // 7D }
{ 5, { 0x08, 0x10, 0x08, 0x04, 0x08 } }, // 7E ~ { 5, { 0x08, 0x10, 0x08, 0x04, 0x08 } }, // 7E ~
{ 0, {} }, // 7F DEL { 0, {} }, // 7F DEL
{ 0, {} }, // 80 PAD { 7, { 0x08, 0x08, 0x08, 0x08, 0x2A, 0x1C, 0x08 } }, // 80 PAD: arrow right
{ 0, {} }, // 81 HOP { 7, { 0x08, 0x1C, 0x2A, 0x08, 0x08, 0x08, 0x08 } }, // 81 HOP: arrow left
{ 0, {} }, // 82 BPH { 0, {} }, // 82 BPH
{ 0, {} }, // 83 NBH { 0, {} }, // 83 NBH
{ 0, {} }, // 84 IND { 0, {} }, // 84 IND