forked from len0rd/rockbox
Stop scrolling text when lcd_clear_display() has been called.
Added call to lcd_update() for Recorder simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3084 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d75f7e718
commit
75361e5e44
2 changed files with 3 additions and 3 deletions
|
@ -264,6 +264,7 @@ void lcd_clear_display(void)
|
|||
int i;
|
||||
bool update=false;
|
||||
DEBUGF("lcd_clear_display()\n");
|
||||
lcd_stop_scroll();
|
||||
for (i=0;i<22;i++)
|
||||
update|=lcdx_putc(i%11, i/11, ' ');
|
||||
if (update)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue