From b0e056b5aeaac668312cbf67ee9c9d1713704b05 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 19 Jul 2005 10:33:41 +0000 Subject: More preparations and conversions for colour LCD support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7195 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index e298b55b23..6df7621203 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -412,11 +412,11 @@ int plugin_load(const char* plugin, void* parameter) button_clear_queue(); #ifdef HAVE_LCD_BITMAP #if LCD_DEPTH > 1 - lcd_set_drawinfo(DRMODE_SOLID, 0, LCD_MAX_LEVEL); -#else + lcd_set_drawinfo(DRMODE_SOLID, LCD_BLACK, LCD_WHITE); +#else /* LCD_DEPTH == 1 */ lcd_set_drawmode(DRMODE_SOLID); -#endif -#endif +#endif /* LCD_DEPTH */ +#endif /* HAVE_LCD_BITMAP */ plugin_loaded = false; -- cgit v1.2.3