Extra LCD updates for the player LCD simulation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4900 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b9a5198ba7
commit
80ebaabf80
1 changed files with 3 additions and 0 deletions
|
@ -328,6 +328,9 @@ static void lcd_puts_cont_scroll(int x, int y, unsigned char *string)
|
|||
update|=lcdx_putc(x, y, ' ');
|
||||
if (update)
|
||||
xlcd_update();
|
||||
#ifdef SIMULATOR
|
||||
lcd_update();
|
||||
#endif
|
||||
}
|
||||
void lcd_puts(int x, int y, unsigned char *string)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue