From a6fad74d3249c52d80012eb577fc819d2fac6356 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 15 Dec 2005 01:59:12 +0000 Subject: 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 --- apps/plugins/starfield.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps') 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); -- cgit v1.2.3