forked from len0rd/rockbox
[Fix Red] 957920e9
lcd-bitmap-common 16-bit devices
Bootloaders need lcd_ prepended as well Change-Id: Id95020bb0dd022fcc9693863a7824e959f994a0e
This commit is contained in:
parent
957920e915
commit
15fdaa3abc
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
|
|||
bmp_part_fn = lcd_alpha_bitmap_part;
|
||||
else
|
||||
#endif
|
||||
bmp_part_fn = mono_bmp_part_helper;
|
||||
bmp_part_fn = LCDFN(mono_bmp_part_helper);
|
||||
|
||||
/* allow utf but no diacritics or rtl lang */
|
||||
for (ucs = bidi_l2v(str, 1); *ucs; ucs++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue