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.tex20
1 files changed, 10 insertions, 10 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 57007e34f8..410ceedffc 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -1,12 +1,12 @@
1\chapter{Advanced Topics} 1\chapter{Advanced Topics}
2 2
3\section{\label{ref:CustomisingUI}Customising the userinterface} 3\section{\label{ref:CustomisingUI}Customising the userinterface}
4\subsection{\label{ref:GettingExtras}Getting Extras (Fonts, Languages)} 4\subsection{\label{ref:GettingExtras}Getting Extras}
5Rockbox supports custom fonts (for the Recorder and Ondio only) and a number of 5\opt{HAVE_LCD_BITMAP}{
6different languages. Rockbox comes with several fonts and languages already 6Rockbox supports custom fonts. A collection of fonts is available for download
7included. If new fonts have been created, then they will be found in the font 7in the font package at \url{http://www.rockbox.org/daily.shtml}}. Support for a
8package at \url{http://www.rockbox.org/daily.shtml}. The latest \fname{.lng} 8number of languages is included with Rockbox, and the latest \fname{.lng} files
9files are always included in the daily Rockbox builds. 9are always included in the different Rockbox builds.
10 10
11\opt{HAVE_LCD_BITMAP}{ 11\opt{HAVE_LCD_BITMAP}{
12 \subsection{\label{ref:Loadingfonts}Loading Fonts} 12 \subsection{\label{ref:Loadingfonts}Loading Fonts}
@@ -362,13 +362,13 @@ Example of a configuration file:
362 362
363\section{\label{ref:FirmwareLoading}Firmware Loading} 363\section{\label{ref:FirmwareLoading}Firmware Loading}
364\opt{player,recorder,recorderv2fm,ondio}{ 364\opt{player,recorder,recorderv2fm,ondio}{
365 When your \dap\ powers on, it loads the Archos firmware in ROM, which 365 When your \dap{} powers on, it loads the Archos firmware in ROM, which
366 automatically checks your Jukebox hard disk's root folder for a file named 366 automatically checks your \daps{} root folder for a file named
367 \firmwarefilename. Note that Archos firmware can only read the first 367 \firmwarefilename. Note that Archos firmware can only read the first
368 ten characters of each filename in this process, so don't rename your old 368 ten characters of each filename in this process, so don't rename your old
369 firmware files with names like \firmwarefilename.\fname{old} and so on, 369 firmware files with names like \firmwarefilename.\fname{old} and so on,
370 because it's possible that the \dap\ will load a file other than the one you 370 because it's possible that the \dap{} will load a file other than the one
371 intended. 371 you intended.
372} 372}
373 373
374\subsection{\label{ref:using_rolo}Using ROLO (Rockbox loader)} 374\subsection{\label{ref:using_rolo}Using ROLO (Rockbox loader)}