mirror of
https://github.com/opentx/opentx.git
synced 2025-07-27 02:05:16 +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 defined(PCBX9D)
|
||||||
if (mode & MIDSIZE) {
|
else if (mode & MIDSIZE) {
|
||||||
/* each letter consists of ten top bytes followed by
|
/* each letter consists of ten top bytes followed by
|
||||||
* by ten bottom bytes (20 bytes per * char) */
|
* by ten bottom bytes (20 bytes per * char) */
|
||||||
q = &font_8x10[((uint16_t)c-0x20)*16];
|
q = &font_8x10[((uint16_t)c-0x20)*16];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue