forked from len0rd/rockbox
Colour targets: Be controversial and have white stars on a black background...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8238 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a4b15a4f1f
commit
a6fad74d32
1 changed files with 5 additions and 0 deletions
|
|
@ -191,6 +191,11 @@ int plugin_main(void)
|
|||
starfield_init(&starfield);
|
||||
starfield_add_stars(&starfield, INIT_STARS);
|
||||
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
rb->lcd_set_background(LCD_BLACK);
|
||||
rb->lcd_set_foreground(LCD_WHITE);
|
||||
#endif
|
||||
|
||||
while (true)
|
||||
{
|
||||
rb->sleep(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue