font improvement
make plus sign smaller
This commit is contained in:
parent
b6e04506bb
commit
d5c291aaef
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const LCDChar font_var_width[256] PROGMEM = {
|
|||
{ 3, { 0x1C, 0x22, 0x41 } }, // 28 (
|
||||
{ 3, { 0x41, 0x22, 0x1C } }, // 29 )
|
||||
{ 5, { 0x44, 0x28, 0x7C, 0x28, 0x44 } }, // 2A *
|
||||
{ 5, { 0x08, 0x08, 0x7F, 0x08, 0x08 } }, // 2B +
|
||||
{ 5, { 0x08, 0x08, 0x3E, 0x08, 0x08 } }, // 2B +
|
||||
{ 2, { 0x05, 0x06 } }, // 2C ,
|
||||
{ 3, { 0x08, 0x08, 0x08 } }, // 2D -
|
||||
{ 2, { 0x03, 0x03 } }, // 2E .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue