summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-12-07 09:17:48 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-12-07 09:17:48 +0000
commit36a81eb9b98ac7b1dff0d6658dba0255dd579f5f (patch)
tree81b81008c4cb69c276329ecd50200887c4da4838 /manual/advanced_topics/main.tex
parent66fa5b578904f7df61293d6ce5c08966b5db13db (diff)
downloadrockbox-36a81eb9b98ac7b1dff0d6658dba0255dd579f5f.tar.gz
rockbox-36a81eb9b98ac7b1dff0d6658dba0255dd579f5f.zip
Reverted r23881 mistakenly committed to branch.v3.4
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23882 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 23748da18a..53bb984f2e 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -213,7 +213,7 @@ all the tags that are available.
213 the last number giving the colour depth in bits) when 213 the last number giving the colour depth in bits) when
214 designing your own WPS, or if you use a WPS designed for another target. 214 designing your own WPS, or if you use a WPS designed for another target.
215 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is 215 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is
216 \opt{iriverh100,iriverh300}{128x64x1}\opt{iaudiox5,iaudiom5}{128x96x2} pixels.}} 216 \opt{h100,h300}{128x64x1}\opt{x5,m5}{128x96x2} pixels.}}
217 217
218\nopt{lcd_charcell}{ 218\nopt{lcd_charcell}{
219\subsubsection{\label{ref:Viewports}Viewports} 219\subsubsection{\label{ref:Viewports}Viewports}
@@ -554,7 +554,7 @@ Example of a configuration file:
554\end{description} 554\end{description}
555 555
556\section{\label{ref:FirmwareLoading}Firmware Loading} 556\section{\label{ref:FirmwareLoading}Firmware Loading}
557\opt{archosplayer,archosrecorder,archosrecorderv2fm,ondio}{ 557\opt{player,recorder,recorderv2fm,ondio}{
558 When your \dap{} powers on, it loads the Archos firmware in ROM, which 558 When your \dap{} powers on, it loads the Archos firmware in ROM, which
559 automatically checks your \daps{} root directory for a file named 559 automatically checks your \daps{} root directory for a file named
560 \firmwarefilename. Note that Archos firmware can only read the first 560 \firmwarefilename. Note that Archos firmware can only read the first
@@ -567,14 +567,14 @@ Example of a configuration file:
567\subsection{\label{ref:using_rolo}Using ROLO (Rockbox Loader)} 567\subsection{\label{ref:using_rolo}Using ROLO (Rockbox Loader)}
568Rockbox is able to load and start another firmware file without rebooting. 568Rockbox is able to load and start another firmware file without rebooting.
569You just ``play'' a file with the extension % 569You just ``play'' a file with the extension %
570\opt{archosrecorder,archosrecorderv2fm,ondio}{\fname{.ajz}.} % 570\opt{recorder,recorderv2fm,ondio}{\fname{.ajz}.} %
571\opt{archosplayer}{\fname{.mod}.} % 571\opt{player}{\fname{.mod}.} %
572\opt{iriverh100,iriverh300}{\fname{.iriver}.} % 572\opt{h100,h300}{\fname{.iriver}.} %
573\opt{ipod}{\fname{.ipod}.} % 573\opt{ipod}{\fname{.ipod}.} %
574\opt{iaudio}{\fname{.iaudio}.} % 574\opt{iaudio}{\fname{.iaudio}.} %
575\opt{sansa,iriverh10,iriverh10_5gb}{\fname{.mi4}.} % 575\opt{sansa,h10,h10_5gb}{\fname{.mi4}.} %
576\opt{sansaAMS}{\fname{.sansa}.} % 576\opt{sansaAMS}{\fname{.sansa}.} %
577\opt{gigabeatfx,gigabeats}{\fname{.gigabeat}.} % 577\opt{gigabeatf,gigabeats}{\fname{.gigabeat}.} %
578This can be used to test new firmware versions without deleting your 578This can be used to test new firmware versions without deleting your
579current version. 579current version.
580 580