1
0
Fork 0
forked from len0rd/rockbox

More preparations and conversions for colour LCD support.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7195 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-07-19 10:33:41 +00:00
parent 82ea7c3bac
commit b0e056b5ae
6 changed files with 39 additions and 10 deletions

View file

@ -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;