diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-10-21 00:39:42 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-10-21 00:39:42 +0000 |
| commit | ebd62942249eda74f3f193ec9318897089f495f9 (patch) | |
| tree | 931d4ef25342a3c1e5a5dc0eaf786807678ca667 /apps/plugins | |
| parent | b10f2f91d24ecbcd5b332efc611dced5d63b54de (diff) | |
| download | rockbox-ebd62942249eda74f3f193ec9318897089f495f9.zip rockbox-ebd62942249eda74f3f193ec9318897089f495f9.tar.gz rockbox-ebd62942249eda74f3f193ec9318897089f495f9.tar.bz2 rockbox-ebd62942249eda74f3f193ec9318897089f495f9.tar.xz | |
FlipIt: Set black foreground, otherwise text might be unreadable.....
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11285 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/flipit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c index 1fd2fa3..5e793a6 100644 --- a/apps/plugins/flipit.c +++ b/apps/plugins/flipit.c @@ -456,6 +456,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) #ifdef HAVE_LCD_COLOR rb->lcd_set_background(LCD_WHITE); + rb->lcd_set_foreground(LCD_BLACK); #endif rb->splash(HZ, true, "FlipIt!"); |