From f9b90e91031dbd23fed24e832de4d8d2e15151a0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 6 Apr 2007 22:55:00 +0000 Subject: 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 --- apps/plugins/disktidy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/disktidy.c') diff --git a/apps/plugins/disktidy.c b/apps/plugins/disktidy.c index d1f40cf9f8..ca4fb9b830 100644 --- a/apps/plugins/disktidy.c +++ b/apps/plugins/disktidy.c @@ -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, -- cgit v1.2.3