summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-14 06:48:41 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-14 06:48:41 +0000
commit895e104603d3f8337a8d6f64e4c72e7583eff808 (patch)
tree51dd3660f2eba3717a9de6e2e6a33c9c24e43756
parent9dbdd8fd5d59f1e6cdf6dcdbd3af74cbdacf6e59 (diff)
downloadrockbox-895e104603d3f8337a8d6f64e4c72e7583eff808.tar.gz
rockbox-895e104603d3f8337a8d6f64e4c72e7583eff808.zip
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.txt4
-rw-r--r--manual/configure_rockbox/display_options.tex4
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 21867b077d..ef866a9eb1 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -102,6 +102,10 @@ lcd_invert
102lcd_sleep 102lcd_sleep
103#endif 103#endif
104 104
105#if defined(HAVE_LCD_CONTRAST)
106lcd_contrast
107#endif
108
105#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 109#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
106masf 110masf
107#endif 111#endif
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index a0661a267b..bacffc9a97 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -71,12 +71,12 @@
71 } 71 }
72 } % \opt{HAVE_BACKLIGHT} 72 } % \opt{HAVE_BACKLIGHT}
73 73
74 \opt{archos,h100,ipodmini,ipod3g,ipod4g,x5}{ 74 \opt{lcd_contrast}{
75 \item[Contrast.] 75 \item[Contrast.]
76 Changes the contrast of your LCD display. 76 Changes the contrast of your LCD display.
77 \warn{Setting the contrast too dark or too light can make it hard to 77 \warn{Setting the contrast too dark or too light can make it hard to
78 find this menu option again!} 78 find this menu option again!}
79 } % \opt{archos,h100,ipodmini,ipod4g,x5} 79 }
80 80
81 \opt{lcd_invert}{ 81 \opt{lcd_invert}{
82 \item[LCD Mode.] 82 \item[LCD Mode.]