mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
[9XR-PRO] Cosmetics in Statistics view
This commit is contained in:
parent
99ff846209
commit
5c4b12dfc2
2 changed files with 6 additions and 10 deletions
|
@ -181,7 +181,7 @@ void lcd_putcAtt(coord_t x, coord_t y, const unsigned char c, LcdFlags flags)
|
|||
lcdPutPattern(x, y, q, 5, 6, flags);
|
||||
}
|
||||
else if (fontsize == TINSIZE) {
|
||||
q = &font_3x5[((uint16_t)c-0x2d)*3];
|
||||
q = &font_3x5[((uint16_t)c-0x20)*3];
|
||||
lcdPutPattern(x, y, q, 3, 5, flags);
|
||||
}
|
||||
#if defined(BOLD_FONT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue