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:
parent
e31845a84c
commit
7c587a25e5
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue