mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5d7309d96
commit
f9b90e9103
36 changed files with 131 additions and 187 deletions
|
@ -87,8 +87,8 @@ void tidy_lcd_status(const char *name, int *removed)
|
|||
rb->snprintf(text, 24, "Cleaned up %d items", *removed);
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
rb->lcd_puts(0, 2, text);
|
||||
rb->lcd_update();
|
||||
#endif
|
||||
rb->lcd_update();
|
||||
}
|
||||
|
||||
void tidy_get_absolute_path(struct dirent *entry, char *fullname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue