summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/advanced_topics/main.tex22
-rw-r--r--manual/configure_rockbox/display_options.tex4
2 files changed, 17 insertions, 9 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index c50c8ad487..55214ec83a 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -5,9 +5,7 @@
5\subsection{\label{ref:GettingExtras}Getting Extras} 5\subsection{\label{ref:GettingExtras}Getting Extras}
6\opt{HAVE_LCD_BITMAP}{ 6\opt{HAVE_LCD_BITMAP}{
7Rockbox supports custom fonts. A collection of fonts is available for download 7Rockbox supports custom fonts. A collection of fonts is available for download
8in the font package at \url{http://www.rockbox.org/daily.shtml}}. Support for a 8in the font package at \url{http://www.rockbox.org/daily.shtml}}.
9number of languages is included with Rockbox, and the latest \fname{.lng} files
10are always included in the different Rockbox builds.
11 9
12\opt{HAVE_LCD_BITMAP}{ 10\opt{HAVE_LCD_BITMAP}{
13 \subsection{\label{ref:Loadingfonts}Loading Fonts}\index{Fonts} 11 \subsection{\label{ref:Loadingfonts}Loading Fonts}\index{Fonts}
@@ -16,8 +14,8 @@ are always included in the different Rockbox builds.
16 be loaded automatically every time you start up, it must be located in the 14 be loaded automatically every time you start up, it must be located in the
17 \fname{/.rockbox/fonts} folder and the filename must be at most 24 characters 15 \fname{/.rockbox/fonts} folder and the filename must be at most 24 characters
18 long. You can browse the fonts in \fname{/.rockbox/fonts} under 16 long. You can browse the fonts in \fname{/.rockbox/fonts} under
19 \setting{General Settings $\rightarrow$ Display $\rightarrow$ Browse Fonts} 17 \setting{Settings $\rightarrow$ General Settings $\rightarrow$ Display
20 in the \setting{Main Menu}. 18 $\rightarrow$ Browse Fonts} in the \setting{Main Menu}.
21 \warn{Advanced Users Only: Any BDF font file up to 16 pixels high should 19 \warn{Advanced Users Only: Any BDF font file up to 16 pixels high should
22 be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use 20 be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use
23 the \fname{convbdf} tool. This tool can be found in the \fname{tools} 21 the \fname{convbdf} tool. This tool can be found in the \fname{tools}
@@ -28,8 +26,8 @@ are always included in the different Rockbox builds.
28\index{Language files}% 26\index{Language files}%
29Rockbox can load language files at runtime. Simply copy the \fname{.lng} file 27Rockbox can load language files at runtime. Simply copy the \fname{.lng} file
30\emph{(do not use the .lang file)} to the \dap\ and ``play'' it in the 28\emph{(do not use the .lang file)} to the \dap\ and ``play'' it in the
31Rockbox directory browser or select \setting{General Settings $\rightarrow$ 29Rockbox directory browser or select \setting{Settings $\rightarrow$
32Languages }from the Main Menu. 30General Settings $\rightarrow$ Languages }from the \setting{Main Menu}.
33 31
34\note{If you want a language to be loaded automatically every time you start 32\note{If you want a language to be loaded automatically every time you start
35up, it must be located in the \fname{/.rockbox/langs} folder and the filename 33up, it must be located in the \fname{/.rockbox/langs} folder and the filename
@@ -39,6 +37,16 @@ If your language is not yet supported and you want to write your own language
39file find the instructions on the Rockbox website: 37file find the instructions on the Rockbox website:
40\wikilink{LangFiles} 38\wikilink{LangFiles}
41 39
40\opt{HAVE_LCD_COLOR}{
41 \subsection{Changing Colours}
42 The colours used in the Rockbox interface can be changed to any combination
43 of background and foreground colour you like. To do this go to the
44 \setting{Settings $\rightarrow$ General Settings $\rightarrow$ Display}
45 and select \setting{Background Colour} or \setting{Foreground Colour}.
46 The colours set here are used in all menus, browsers and in the
47 \setting{While Playing Screen}.
48}
49
42\nopt{archos}{% 50\nopt{archos}{%
43 \subsection{\label{ref:LoadingBackdrops}Loading Backdrops} 51 \subsection{\label{ref:LoadingBackdrops}Loading Backdrops}
44 Rockbox supports showing an image as a backdrop in the \setting{File Browser} 52 Rockbox supports showing an image as a backdrop in the \setting{File Browser}
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index 0b96c5ebce..19cf35b98d 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -101,9 +101,9 @@
101 This option allows you to clear the backdrops that you set. 101 This option allows you to clear the backdrops that you set.
102 }% 102 }%
103 \opt{HAVE_LCD_COLOR}{ 103 \opt{HAVE_LCD_COLOR}{
104 \item[Set Background Colour:] 104 \item[Background Colour:]
105 Sets the background colour for the LCD display. 105 Sets the background colour for the LCD display.
106 \item[Set Foreground Colour:] 106 \item[Foreground Colour:]
107 Sets the colour used for text and icons. 107 Sets the colour used for text and icons.
108 \item[Reset Colours:] 108 \item[Reset Colours:]
109 Resets the LCD display to Rockbox's default colours. 109 Resets the LCD display to Rockbox's default colours.