summaryrefslogtreecommitdiff
path: root/manual/platform/h1xx.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/h1xx.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/h1xx.tex')
-rw-r--r--manual/platform/h1xx.tex16
1 files changed, 15 insertions, 1 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 7e16ce85f5..be31e650db 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -2,9 +2,23 @@
2\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 2\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
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,SWCODEC}
6\edef\UseOption{\UseOption,IRIVER_H100_PAD}
5 7
6\newcommand{\playerman}{iRiver} 8\newcommand{\playerman}{iRiver}
7\newcommand{\playertype}{H1xx} 9\newcommand{\playertype}{H1xx}
8\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140} 10\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
9\newcommand{\genericimg}{160x128x2} 11\newcommand{\genericimg}{160x128x2}
10\newcommand{\dap}{player} \ No newline at end of file 12%Used to name the player, e.g. ...to the \dap
13\newcommand{\dap}{player}
14
15\newcommand{\ButtonLeft}{Left}
16\newcommand{\ButtonRight}{Right}
17\newcommand{\ButtonUp}{Up}
18\newcommand{\ButtonDown}{Down}
19\newcommand{\ButtonSelect}{Select}
20\newcommand{\ButtonMode}{A-B}
21\newcommand{\ButtonRec}{Rec}
22\newcommand{\ButtonOn}{Play}
23\newcommand{\ButtonOff}{Stop}
24