1
0
Fork 0
forked from len0rd/rockbox

Don't need to remove the backdrop for all plugins - leave it up for some.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-11-15 06:14:27 +00:00
parent 9b0ef15c0d
commit d6b0c97312
29 changed files with 39 additions and 33 deletions

View file

@ -1115,6 +1115,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
rb->lcd_getstringsize("a", &char_width, &char_height);
#if LCD_DEPTH > 1
rb->lcd_set_backdrop(NULL);
rb->lcd_set_background( LCD_BLACK );
rb->lcd_set_foreground( LCD_WHITE );
#endif