mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[X9D] Les cacas retirés
This commit is contained in:
parent
9f8045c362
commit
7173fc3d2b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ void lcd_putcAtt(xcoord_t x, uint8_t y, const unsigned char c, LcdFlags mode)
|
|||
}
|
||||
}
|
||||
#if defined(PCBX9D)
|
||||
if (mode & MIDSIZE) {
|
||||
else if (mode & MIDSIZE) {
|
||||
/* each letter consists of ten top bytes followed by
|
||||
* by ten bottom bytes (20 bytes per * char) */
|
||||
q = &font_8x10[((uint16_t)c-0x20)*16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue