mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Font related alignments
This commit is contained in:
parent
cb47c03f4f
commit
5c601a0bb7
1 changed files with 3 additions and 3 deletions
|
@ -1174,10 +1174,10 @@ void putsTrimMode(xcoord_t x, uint8_t y, uint8_t phase, uint8_t idx, LcdFlags at
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (mode % 2 == 0)
|
if (mode % 2 == 0)
|
||||||
lcd_putcAtt(x+2, y, ':', att);
|
lcd_putcAtt(x, y, ':', att|FIXEDWIDTH);
|
||||||
else
|
else
|
||||||
lcd_putcAtt(x, y, '+', att);
|
lcd_putcAtt(x, y, '+', att|FIXEDWIDTH);
|
||||||
lcd_putcAtt(x+FW, y, '0'+p, att);
|
lcd_putcAtt(lcdNextPos, y, '0'+p, att);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue