summaryrefslogtreecommitdiff
path: root/manual/platform/h300.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-19 21:33:56 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-19 21:33:56 +0000
commit5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe (patch)
treeb48c5ef758bdd57b1fd74695a2de60cc586e13e9 /manual/platform/h300.tex
parente6efa383214d4e412667df07d69ae07d4ccfffd2 (diff)
downloadrockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.tar.gz
rockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.zip
Add new options (SWCODEC,MASCODEC) to be able to include e.g. equalizer etc for sw codec platforms. Adds button macros and pad definitions, using a similar naming as that of the source code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9123 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/h300.tex')
-rw-r--r--manual/platform/h300.tex15
1 files changed, 14 insertions, 1 deletions
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 469c34f12b..9d9b564153 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -3,9 +3,22 @@
3\edef\UseOption{\UseOption,HAVE_RECORDING} 3\edef\UseOption{\UseOption,HAVE_RECORDING}
4\edef\UseOption{\UseOption,CONFIG_TUNER} 4\edef\UseOption{\UseOption,CONFIG_TUNER}
5\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC}
7\edef\UseOption{\UseOption,IRIVER_H100_PAD}
6 8
7\newcommand{\playerman}{iRiver} 9\newcommand{\playerman}{iRiver}
8\newcommand{\playertype}{H3xx} 10\newcommand{\playertype}{H3xx}
9\newcommand{\playerlongtype}{H320 and H340} 11\newcommand{\playerlongtype}{H320 and H340}
10\newcommand{\genericimg}{220x176x16} 12\newcommand{\genericimg}{220x176x16}
11\newcommand{\dap}{player} \ No newline at end of file 13%Used to name the player, e.g. ...to the \dap
14\newcommand{\dap}{player}
15
16\newcommand{\ButtonLeft}{Left}
17\newcommand{\ButtonRight}{Right}
18\newcommand{\ButtonUp}{Up}
19\newcommand{\ButtonDown}{Down}
20\newcommand{\ButtonSelect}{Navi}
21\newcommand{\ButtonMode}{A-B}
22\newcommand{\ButtonRec}{Rec}
23\newcommand{\ButtonOn}{Play}
24\newcommand{\ButtonOff}{Stop} \ No newline at end of file