summaryrefslogtreecommitdiff
path: root/manual/platform/ipodvideo.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/ipodvideo.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/ipodvideo.tex')
-rw-r--r--manual/platform/ipodvideo.tex13
1 files changed, 12 insertions, 1 deletions
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index d29fb85105..e3eb337d8e 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -1,9 +1,20 @@
1\def\UseOption{ipodvideo} 1\def\UseOption{ipodvideo}
2\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 2\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
3\edef\UseOption{\UseOption,CONFIG_RTC} 3\edef\UseOption{\UseOption,CONFIG_RTC}
4\edef\UseOption{\UseOption,SWCODEC}
5\edef\UseOption{\UseOption,IPOD_4G_PAD}
4 6
5\newcommand{\playerman}{Apple} 7\newcommand{\playerman}{Apple}
6\newcommand{\playertype}{iPod Video} 8\newcommand{\playertype}{iPod Video}
7\newcommand{\playerlongtype}{\playertype} 9\newcommand{\playerlongtype}{\playertype}
8\newcommand{\genericimg}{320x240x16} 10\newcommand{\genericimg}{320x240x16}
9\newcommand{\dap}{player} \ No newline at end of file 11%Used to name the player, e.g. ...to the \dap
12\newcommand{\dap}{player}
13
14\newcommand{\ButtonLeft}{Prev}
15\newcommand{\ButtonRight}{Next}
16\newcommand{\ButtonMenu}{Menu}
17\newcommand{\ButtonPlay}{Play}
18\newcommand{\ButtonSelect}{Select}
19\newcommand{\ButtonScrollFwd}{Scroll Fwd}
20\newcommand{\ButtonScrollBack}{Scroll Back} \ No newline at end of file