rolo: hosted: Make display output non-glitchy

Change-Id: I63d6a28d67fa56d3541aaa121356c8ff2ce10bbe
This commit is contained in:
Solomon Peachy 2020-10-12 10:04:45 -04:00
parent 141e91ef1f
commit 01dc81cd94
1 changed files with 2 additions and 2 deletions

View File

@ -79,12 +79,12 @@ int rolo_load(const char* filename)
#endif
#ifdef HAVE_STORAGE_FLUSH
lcd_puts(0, 1, "Flushing storage buffers");
lcd_puts(0, 2, "Flushing storage buffers");
lcd_update();
storage_flush();
#endif
lcd_puts(0, 1, "Executing");
lcd_puts(0, 3, "Executing");
lcd_update();
#ifdef HAVE_REMOTE_LCD
lcd_remote_puts(0, 1, "Executing");