mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fixes #1415
This commit is contained in:
parent
59eb020eb1
commit
74534b74c2
2 changed files with 6 additions and 3 deletions
|
@ -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 = ':';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue