1
0
Fork 0
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:
mhotar 2013-12-22 01:54:01 +01:00
parent 97ff1828d1
commit a14ba678b4

View file

@ -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) {