1
0
Fork 0
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:
bsongis 2012-11-27 22:28:06 +00:00
parent 9f8045c362
commit 7173fc3d2b

View file

@ -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];