mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Add a lcd_contrast feature and use it for the relevant manual section
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27414 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9dbdd8fd5d
commit
895e104603
2 changed files with 6 additions and 2 deletions
|
|
@ -102,6 +102,10 @@ lcd_invert
|
|||
lcd_sleep
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LCD_CONTRAST)
|
||||
lcd_contrast
|
||||
#endif
|
||||
|
||||
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
|
||||
masf
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -71,12 +71,12 @@
|
|||
}
|
||||
} % \opt{HAVE_BACKLIGHT}
|
||||
|
||||
\opt{archos,h100,ipodmini,ipod3g,ipod4g,x5}{
|
||||
\opt{lcd_contrast}{
|
||||
\item[Contrast.]
|
||||
Changes the contrast of your LCD display.
|
||||
\warn{Setting the contrast too dark or too light can make it hard to
|
||||
find this menu option again!}
|
||||
} % \opt{archos,h100,ipodmini,ipod4g,x5}
|
||||
}
|
||||
|
||||
\opt{lcd_invert}{
|
||||
\item[LCD Mode.]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue