diff options
author | Dave Chapman <dave@dchapman.com> | 2005-12-15 01:59:12 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-12-15 01:59:12 +0000 |
commit | a6fad74d3249c52d80012eb577fc819d2fac6356 (patch) | |
tree | 1d4f4f497b827a64765ce1c86be2309cc124a31d /apps/plugins | |
parent | a4b15a4f1ff03e2a7ff33b78ee59ba4540a39ff9 (diff) |
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
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/starfield.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/starfield.c b/apps/plugins/starfield.c index c0adfc5ca0..8462c2f478 100644 --- a/apps/plugins/starfield.c +++ b/apps/plugins/starfield.c @@ -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); |