summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 813ece10fa..bf2fdeab2f 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -3,11 +3,11 @@
3 3
4\section{\label{ref:CustomisingUI}Customising the userinterface} 4\section{\label{ref:CustomisingUI}Customising the userinterface}
5\subsection{\label{ref:GettingExtras}Getting Extras} 5\subsection{\label{ref:GettingExtras}Getting Extras}
6\opt{HAVE_LCD_BITMAP}{ 6\opt{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}}. 8in the font package at \url{http://www.rockbox.org/daily.shtml}}.
9 9
10\opt{HAVE_LCD_BITMAP}{ 10\opt{lcd_bitmap}{
11 \subsection{\label{ref:Loadingfonts}Loading Fonts}\index{Fonts} 11 \subsection{\label{ref:Loadingfonts}Loading Fonts}\index{Fonts}
12 Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the 12 Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the
13 \dap{} and ``play'' it in the \setting{File Browser}. If you want a font to 13 \dap{} and ``play'' it in the \setting{File Browser}. If you want a font to
@@ -37,7 +37,7 @@ If your language is not yet supported and you want to write your own language
37file find the instructions on the Rockbox website: 37file find the instructions on the Rockbox website:
38\wikilink{LangFiles} 38\wikilink{LangFiles}
39 39
40\opt{HAVE_LCD_COLOR}{ 40\opt{lcd_color}{
41 \subsection{Changing Colours} 41 \subsection{Changing Colours}
42 The colours used in the Rockbox interface can be changed to any combination 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 43 of background and foreground colour you like. To do this go to the
@@ -101,7 +101,7 @@ all the tags that are available.
101\item All characters not preceded by \% are displayed as typed. 101\item All characters not preceded by \% are displayed as typed.
102\item Lines beginning with \# are comments and will be ignored. 102\item Lines beginning with \# are comments and will be ignored.
103\item Maximum file size used is 103\item Maximum file size used is
104 \opt{HAVE_LCD_BITMAP}{1600} 104 \opt{lcd_bitmap}{1600}
105 \opt{player}{400} bytes. 105 \opt{player}{400} bytes.
106 If you have a bigger WPS file, only the first part of it will be 106 If you have a bigger WPS file, only the first part of it will be
107 loaded and used. 107 loaded and used.
@@ -225,7 +225,7 @@ displaying images:
225 }% 225 }%
226\end{enumerate} 226\end{enumerate}
227 227
228\optv{SWCODEC}{% This doesn't depend on SWCODEC but we don't have a \noptv 228\optv{swcodec}{% This doesn't depend on swcodec but we don't have a \noptv
229 % command. 229 % command.
230 Example on background image use: 230 Example on background image use:
231 \begin{example} 231 \begin{example}
@@ -255,7 +255,7 @@ That is, ``tracknum -- title [artist, album]'', where most fields are only
255displayed if available. Could also be rendered as ``filename'' or ``tracknum -- 255displayed if available. Could also be rendered as ``filename'' or ``tracknum --
256title [artist]''. 256title [artist]''.
257 257
258%\opt{HAVE_LCD_BITMAP}{ 258%\opt{lcd_bitmap}{
259% \begin{verbatim} 259% \begin{verbatim}
260% %s%?it<%?in<%in. |>%it|%fn> 260% %s%?it<%?in<%in. |>%it|%fn>
261% %s%?ia<%ia|%?d2<%d2|(root)>> 261% %s%?ia<%ia|%?d2<%d2|(root)>>