Fixed the mapping between software mapped patterns and hardware LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3079 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1a4fd1f3a4
commit
fd07b6932f
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ void lcd_define_pattern(int pat, char *pattern)
|
|||
extended_font_player[pat][i]=pattern[i];
|
||||
}
|
||||
if (extended_chars_mapped[pat]!=NO_CHAR) {
|
||||
lcd_define_hw_pattern(pat*8, pattern, 7);
|
||||
lcd_define_hw_pattern(extended_chars_mapped[pat]*8, pattern, 7);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue