mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
SMLSIZE last row missing
This commit is contained in:
parent
763c7fbb7d
commit
5db98a3fef
2 changed files with 12 additions and 2 deletions
|
@ -178,7 +178,7 @@ void lcd_putcAtt(xcoord_t x, uint8_t y, const unsigned char c, LcdFlags flags)
|
|||
}
|
||||
else if (flags & SMLSIZE) {
|
||||
q = (c < 0xc0 ? &font_4x6[(c-0x20)*5] : &font_4x6_extra[(c-0xc0)*5]);
|
||||
lcdPutPattern(x, y, q, 5, 6, flags);
|
||||
lcdPutPattern(x, y, q, 5, 7, flags);
|
||||
}
|
||||
else if (flags & TINSIZE) {
|
||||
q = &font_3x5[((uint16_t)c-0x2d)*3];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue