forked from len0rd/rockbox
rolo: hosted: Make display output non-glitchy
Change-Id: I63d6a28d67fa56d3541aaa121356c8ff2ce10bbe
This commit is contained in:
parent
141e91ef1f
commit
01dc81cd94
1 changed files with 2 additions and 2 deletions
|
@ -79,12 +79,12 @@ int rolo_load(const char* filename)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STORAGE_FLUSH
|
#ifdef HAVE_STORAGE_FLUSH
|
||||||
lcd_puts(0, 1, "Flushing storage buffers");
|
lcd_puts(0, 2, "Flushing storage buffers");
|
||||||
lcd_update();
|
lcd_update();
|
||||||
storage_flush();
|
storage_flush();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
lcd_puts(0, 1, "Executing");
|
lcd_puts(0, 3, "Executing");
|
||||||
lcd_update();
|
lcd_update();
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
lcd_remote_puts(0, 1, "Executing");
|
lcd_remote_puts(0, 1, "Executing");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue