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:
Linus Nielsen Feltzing 2004-07-20 11:43:44 +00:00
parent b9a5198ba7
commit 80ebaabf80

View file

@ -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)
{