Index: plugin.c =================================================================== RCS file: /cvsroot/rockbox/apps/plugin.c,v retrieving revision 1.77 diff -u -r1.77 plugin.c --- plugin.c 3 Mar 2005 14:10:17 -0000 1.77 +++ plugin.c 6 Mar 2005 01:17:02 -0000 @@ -368,6 +372,11 @@ lcd_setmargins(xm,ym); #endif +#ifdef IRIVER_H100 + lcd_set_fgcolor(3); + lcd_set_bgcolor(0); +#endif + return PLUGIN_OK; }