fix font (pixels in number 3)
This commit is contained in:
parent
b216c01588
commit
95ba264315
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const LCDChar font_var_width[256] PROGMEM = {
|
|||
{ 4, { 0x3E, 0x49, 0x51, 0x3E } }, // 30 0
|
||||
{ 3, { 0x21, 0x7F, 0x01 } }, // 31 1
|
||||
{ 4, { 0x23, 0x45, 0x49, 0x31 } }, // 32 2
|
||||
{ 4, { 0x33, 0x41, 0x49, 0x36 } }, // 33 3
|
||||
{ 4, { 0x22, 0x41, 0x49, 0x36 } }, // 33 3
|
||||
{ 4, { 0x78, 0x08, 0x1F, 0x08 } }, // 34 4
|
||||
{ 4, { 0x72, 0x51, 0x51, 0x4E } }, // 35 5
|
||||
{ 4, { 0x3E, 0x49, 0x49, 0x26 } }, // 36 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue