mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
tinsize number length corrected
This commit is contained in:
parent
97ff1828d1
commit
a14ba678b4
1 changed files with 0 additions and 2 deletions
|
@ -452,12 +452,10 @@ void lcd_outdezNAtt(xcoord_t x, uint8_t y, lcdint_t val, LcdFlags flags, uint8_t
|
|||
fw += FWNUM;
|
||||
}
|
||||
else if (midsize) {
|
||||
flags |= CONDENSED;
|
||||
fw += FWNUM-3;
|
||||
}
|
||||
else if (tinsize) {
|
||||
fw -= 1;
|
||||
x += 1;
|
||||
}
|
||||
else {
|
||||
if (flags & LEFT) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue