fix font once again
This commit is contained in:
parent
bec7e14dde
commit
b216c01588
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ const LCDChar font_var_width[256] PROGMEM = {
|
|||
{ 3, { 0x21, 0x7F, 0x01 } }, // 31 1
|
||||
{ 4, { 0x23, 0x45, 0x49, 0x31 } }, // 32 2
|
||||
{ 4, { 0x33, 0x41, 0x49, 0x36 } }, // 33 3
|
||||
{ 4, { 0x71, 0x08, 0x1F, 0x08 } }, // 34 4
|
||||
{ 4, { 0x78, 0x08, 0x1F, 0x08 } }, // 34 4
|
||||
{ 4, { 0x72, 0x51, 0x51, 0x4E } }, // 35 5
|
||||
{ 4, { 0x3E, 0x49, 0x49, 0x26 } }, // 36 6
|
||||
{ 4, { 0x40, 0x43, 0x4C, 0x70 } }, // 37 7
|
||||
|
@ -75,7 +75,7 @@ const LCDChar font_var_width[256] PROGMEM = {
|
|||
{ 3, { 0x14, 0x14, 0x14 } }, // 3D =
|
||||
{ 3, { 0x22, 0x14, 0x08 } }, // 3E >
|
||||
{ 5, { 0x20, 0x40, 0x45, 0x48, 0x30 } }, // 3F ?
|
||||
{ 7, { 0x1C, 0x22, 0x3D, 0x55, 0x5C, 0x24, 0x18 } }, // 40 @
|
||||
{ 7, { 0x1C, 0x22, 0x5D, 0x55, 0x5D, 0x24, 0x18 } }, // 40 @
|
||||
{ 5, { 0x3F, 0x48, 0x48, 0x48, 0x3F } }, // 41 A
|
||||
{ 5, { 0x7F, 0x49, 0x49, 0x49, 0x36 } }, // 42 B
|
||||
{ 5, { 0x3E, 0x41, 0x41, 0x41, 0x22 } }, // 43 C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue