1
0
Fork 0
forked from len0rd/rockbox

Foreground color in menus

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10885 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-09-04 21:46:56 +00:00
parent e31845a84c
commit 7c587a25e5

View file

@ -674,6 +674,7 @@ int solitaire_menu( unsigned char context )
#if LCD_DEPTH > 1 #if LCD_DEPTH > 1
rb->lcd_set_background( LCD_DEFAULT_BG ); rb->lcd_set_background( LCD_DEFAULT_BG );
rb->lcd_set_foreground( LCD_DEFAULT_FG );
#endif #endif
while( true ) while( true )