1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00
This commit is contained in:
bsongis 2014-07-01 19:02:34 +02:00
parent 59eb020eb1
commit 74534b74c2
2 changed files with 6 additions and 3 deletions

View file

@ -983,7 +983,10 @@ void putsTimer(xcoord_t x, uint8_t y, putstime_t tme, LcdFlags att, LcdFlags att
lcd_outdezNAtt(x, y, qr2.quot, att|LEADING0|LEFT, 2);
lcd_putcAtt(lcdLastPos, y, separator, att&att2);
qr.quot = qr2.rem;
x += 2*8+1;
if (att & MIDSIZE)
x += 17;
else
x += 13;
}
#elif defined(CPUARM)
char separator = ':';