Printing text right before clearing the display is not a very wise thing to do. Recursive dir scanning will now show the scanning message on top.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11632 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7c53722535
commit
e10a0f0381
1 changed files with 1 additions and 1 deletions
|
@ -162,8 +162,8 @@ static bool _dir_properties(DPS* dps)
|
|||
continue; /* skip these */
|
||||
|
||||
dps->dc++; /* new directory */
|
||||
rb->lcd_puts(0,0,"SCANNING...");
|
||||
rb->lcd_clear_display();
|
||||
rb->lcd_puts(0,0,"SCANNING...");
|
||||
rb->lcd_puts(0,1,dps->dirname);
|
||||
rb->lcd_puts(0,2,entry->d_name);
|
||||
rb->snprintf(dps->tstr, 64, "Directories: %d", dps->dc);
|
||||
|
|
Loading…
Reference in a new issue