summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/display_options.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/configure_rockbox/display_options.tex')
-rw-r--r--manual/configure_rockbox/display_options.tex55
1 files changed, 33 insertions, 22 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index a8decd5dbb..16fb15d186 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -6,23 +6,29 @@
6 \item[LCD Settings:] 6 \item[LCD Settings:]
7 This sub menu contains settings that relate to the display of the \dap. 7 This sub menu contains settings that relate to the display of the \dap.
8 \begin{description} 8 \begin{description}
9 \nopt{ondiofm,ondiosp}{ 9 \opt{HAVE_BACKLIGHT}{
10 \item[Backlight:] 10 \item[Backlight:]
11 The amount of time the backlight shines after a key press. If set to 11 The amount of time the backlight shines after a key press. If set to
12 \setting{Off}, the backlight will not light when a button is pressed. If 12 \setting{Off}, the backlight will not light when a button is pressed. If
13 set to \setting{On}, the backlight will never shut off. If set to a time 13 set to \setting{On}, the backlight will never shut off. If set to a time
14 (1 to 90 seconds), the backlight will stay lit for that amount of time 14 (1 to 90 seconds), the backlight will stay lit for that amount of time
15 after a button press. 15 after a button press.
16 \item[Backlight on When Plugged:] 16 \item[Backlight (While Plugged In):]
17 This setting is equivalent to the Backlight setting except it applies when 17 This setting is equivalent to the \setting{Backlight} setting except it
18 the \dap\ is plugged into the charger. 18 applies when the \dap{} is plugged into the charger.
19 \item[Backlight on Hold:]
20 This setting controls the behavior of the backlight when the Hold switch
21 is toggled. If set to \setting{Normal} the backlight will behave as usual.
22 If set to \setting{Off} the backlight will be turned off immediately when
23 the Hold switch is engaged and if set to \setting{On} the backlight will
24 be turned on and stay on while the Hold switch is engaged.
19 \item[Caption Backlight:] 25 \item[Caption Backlight:]
20 This option turns on the backlight a number of seconds before the start 26 This option turns on the backlight a number of seconds before the start
21 of a new track, and keeps it on for the same number of seconds after the 27 of a new track, and keeps it on for the same number of seconds after the
22 beginning so that the display can be read to see song information. The 28 beginning so that the display can be read to see song information. The
23 amount of time is determined by the value of the backlight timeout 29 amount of time is determined by the value of the backlight timeout
24 setting, but is no less than 5 seconds. 30 setting, but is no less than 5 seconds.
25 \opt{h1xx,ipodmini,ipodnano,ipodvideo}{ 31 \opt{HAVE_BACKLIGHT_PWM_FADING}{
26 \item[Backlight fade in:] 32 \item[Backlight fade in:]
27 The amount of time that the backlight will take to fade from off to on 33 The amount of time that the backlight will take to fade from off to on
28 after a button is pressed. If set to \setting{Off} the backlight will 34 after a button is pressed. If set to \setting{Off} the backlight will
@@ -39,34 +45,39 @@
39 With this option enabled the first keypress while the backlight is turned 45 With this option enabled the first keypress while the backlight is turned
40 off will only turn the backlight on without having any other effect. When 46 off will only turn the backlight on without having any other effect. When
41 disabled the first keypress will \emph{also} perform its appropriate action. 47 disabled the first keypress will \emph{also} perform its appropriate action.
42 \opt{h300,x5}{ 48
49 \opt{HAVE_LCD_SLEEP}{
50 \item[Sleep (After Backlight Off):]
51 This setting controls how long rockbox will wait before turning off the
52 display after the backlight is turned off. Turning off the display
53 saves a little bit of battery power but turning on the display takes
54 noticeably longer than just turning on the backlight.
55 }
56
57 \opt{HAVE_BACKLIGHT_BRIGHTNESS}{
43 \item[Brightness:] 58 \item[Brightness:]
44 Changes the brightness of your LCD display. 59 Changes the brightness of your LCD display.
45 } 60 }
46 } % \nopt{ondiofm,ondiosp} 61 } % \opt{HAVE_BACKLIGHT}
47 62
48 \opt{archos,h1xx,ipodmini,ipod3g,ipod4g,x5}{ 63 \opt{archos,h1xx,ipodmini,ipod3g,ipod4g,x5}{
49 \item[Contrast:] 64 \item[Contrast:]
50 Changes the contrast of your LCD display. 65 Changes the contrast of your LCD display.
51 \warn{Setting the contrast too dark or too light can make it hard to 66 \warn{Setting the contrast too dark or too light can make it hard to
52 find this menu option again!} 67 find this menu option again!}
53 \nopt{HAVE_LCD_COLOR,player}{
54 \item[LCD Mode:]
55 This setting lets you invert the whole screen, so now you get a
56 black background and light text and graphics.
57 } % \opt{HAVE_LCD_BITMAP}
58 } % \opt{archos,h1xx,ipodmini,ipod4g,x5} 68 } % \opt{archos,h1xx,ipodmini,ipod4g,x5}
59
60 \opt{HAVE_LCD_BITMAP}{
61 \nopt{ipodcolor,ipodnano,ipodvideo}{
62 \item[Upside Down:]
63 Displays the screen so that the top of the display is nearest the buttons.
64 This is sometimes useful when carrying the \dap\ in a pocket for easy
65 access to the headphone socket.
66 } % \nopt{ipodcolor,ipodnano.ipodvideo}
67 69
68 70 \opt{HAVE_LCD_INVERT}{
69 } % \opt{HAVE_LCD_BITMAP} 71 \item[LCD Mode:]
72 This setting lets you invert the colours of the display.
73 }
74
75 \opt{HAVE_LCD_FLIP}{
76 \item[Upside Down:]
77 Displays the screen so that the top of the display is nearest the buttons.
78 This is sometimes useful when carrying the \dap{} in a pocket for easy
79 access to the headphone socket.
80 }
70 \end{description} 81 \end{description}
71% 82%
72 \opt{HAVE_REMOTE_LCD}{ 83 \opt{HAVE_REMOTE_LCD}{