Starfield background should be black (this code from r11605 didn't make it past r13075).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13749 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
899feca093
commit
bccdc00e43
1 changed files with 3 additions and 0 deletions
|
@ -253,6 +253,9 @@ int plugin_main(void)
|
|||
starfield_init(&starfield);
|
||||
starfield_add_stars(&starfield, INIT_STARS);
|
||||
|
||||
#if LCD_DEPTH > 1
|
||||
rb->lcd_set_backdrop(NULL);
|
||||
#endif
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
rb->lcd_set_background(LCD_BLACK);
|
||||
rb->lcd_set_foreground(LCD_WHITE);
|
||||
|
|
Loading…
Reference in a new issue