forked from len0rd/rockbox
Stevie Oh's F3 menu patch (#729556)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3631 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c7e0ebc282
commit
a4ad4f7ef6
1 changed files with 2 additions and 1 deletions
|
@ -416,7 +416,8 @@ bool f3_screen(void)
|
||||||
/* Invert */
|
/* Invert */
|
||||||
lcd_putsxy((LCD_WIDTH-w)/2, LCD_HEIGHT - h*2, str(LANG_INVERT));
|
lcd_putsxy((LCD_WIDTH-w)/2, LCD_HEIGHT - h*2, str(LANG_INVERT));
|
||||||
lcd_putsxy((LCD_WIDTH-w)/2, LCD_HEIGHT - h,
|
lcd_putsxy((LCD_WIDTH-w)/2, LCD_HEIGHT - h,
|
||||||
global_settings.invert ? str(LANG_ON) : str(LANG_OFF));
|
global_settings.invert ?
|
||||||
|
str(LANG_INVERT_LCD_INVERSE) : str(LANG_INVERT_LCD_NORMAL));
|
||||||
lcd_bitmap(bitmap_icons_7x8[Icon_DownArrow],
|
lcd_bitmap(bitmap_icons_7x8[Icon_DownArrow],
|
||||||
LCD_WIDTH/2 - 3, LCD_HEIGHT - h*3, 7, 8, true);
|
LCD_WIDTH/2 - 3, LCD_HEIGHT - h*3, 7, 8, true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue