diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-14 06:48:41 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-14 06:48:41 +0000 |
| commit | 895e104603d3f8337a8d6f64e4c72e7583eff808 (patch) | |
| tree | 51dd3660f2eba3717a9de6e2e6a33c9c24e43756 | |
| parent | 9dbdd8fd5d59f1e6cdf6dcdbd3af74cbdacf6e59 (diff) | |
| download | rockbox-895e104603d3f8337a8d6f64e4c72e7583eff808.zip rockbox-895e104603d3f8337a8d6f64e4c72e7583eff808.tar.gz rockbox-895e104603d3f8337a8d6f64e4c72e7583eff808.tar.bz2 rockbox-895e104603d3f8337a8d6f64e4c72e7583eff808.tar.xz | |
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
| -rw-r--r-- | apps/features.txt | 4 | ||||
| -rw-r--r-- | manual/configure_rockbox/display_options.tex | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/features.txt b/apps/features.txt index 21867b0..ef866a9 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -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 diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index a0661a2..bacffc9 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -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.] |