summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--manual/platform/h1xx.tex16
-rw-r--r--manual/platform/h300.tex15
-rw-r--r--manual/platform/ipodcolor.tex13
-rw-r--r--manual/platform/ipodnano.tex13
-rw-r--r--manual/platform/ipodvideo.tex13
-rw-r--r--manual/platform/ondio.tex12
-rw-r--r--manual/platform/player.tex12
-rw-r--r--manual/platform/recorder.tex16
-rw-r--r--manual/platform/recorderv2fm.tex18
9 files changed, 118 insertions, 10 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 @@
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,CONFIG_TUNER}
+\edef\UseOption{\UseOption,SWCODEC}
+\edef\UseOption{\UseOption,IRIVER_H100_PAD}
\newcommand{\playerman}{iRiver}
\newcommand{\playertype}{H1xx}
\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
\newcommand{\genericimg}{160x128x2}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonLeft}{Left}
+\newcommand{\ButtonRight}{Right}
+\newcommand{\ButtonUp}{Up}
+\newcommand{\ButtonDown}{Down}
+\newcommand{\ButtonSelect}{Select}
+\newcommand{\ButtonMode}{A-B}
+\newcommand{\ButtonRec}{Rec}
+\newcommand{\ButtonOn}{Play}
+\newcommand{\ButtonOff}{Stop}
+
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 @@
\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,CONFIG_TUNER}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,SWCODEC}
+\edef\UseOption{\UseOption,IRIVER_H100_PAD}
\newcommand{\playerman}{iRiver}
\newcommand{\playertype}{H3xx}
\newcommand{\playerlongtype}{H320 and H340}
\newcommand{\genericimg}{220x176x16}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonLeft}{Left}
+\newcommand{\ButtonRight}{Right}
+\newcommand{\ButtonUp}{Up}
+\newcommand{\ButtonDown}{Down}
+\newcommand{\ButtonSelect}{Navi}
+\newcommand{\ButtonMode}{A-B}
+\newcommand{\ButtonRec}{Rec}
+\newcommand{\ButtonOn}{Play}
+\newcommand{\ButtonOff}{Stop} \ No newline at end of file
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 3813089341..ffb97abc19 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -1,9 +1,20 @@
\def\UseOption{ipodcolor}
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,SWCODEC}
+\edef\UseOption{\UseOption,IPOD_4G_PAD}
\newcommand{\playerman}{Apple}
\newcommand{\playertype}{iPod Color}
\newcommand{\playerlongtype}{\playertype}
\newcommand{\genericimg}{220x176x16}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonLeft}{Prev}
+\newcommand{\ButtonRight}{Next}
+\newcommand{\ButtonMenu}{Menu}
+\newcommand{\ButtonPlay}{Play}
+\newcommand{\ButtonSelect}{Select}
+\newcommand{\ButtonScrollFwd}{Scroll Fwd}
+\newcommand{\ButtonScrollBack}{Scroll Back} \ No newline at end of file
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index 6ccecbcc54..b6a78afb9b 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -1,9 +1,20 @@
\def\UseOption{ipodnano}
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,SWCODEC}
+\edef\UseOption{\UseOption,IPOD_4G_PAD}
\newcommand{\playerman}{Apple}
\newcommand{\playertype}{iPod Nano}
\newcommand{\playerlongtype}{\playertype}
\newcommand{\genericimg}{176x132x16}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonLeft}{Prev}
+\newcommand{\ButtonRight}{Next}
+\newcommand{\ButtonMenu}{Menu}
+\newcommand{\ButtonPlay}{Play}
+\newcommand{\ButtonSelect}{Select}
+\newcommand{\ButtonScrollFwd}{Scroll Fwd}
+\newcommand{\ButtonScrollBack}{Scroll Back} \ No newline at end of file
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 @@
\def\UseOption{ipodvideo}
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,SWCODEC}
+\edef\UseOption{\UseOption,IPOD_4G_PAD}
\newcommand{\playerman}{Apple}
\newcommand{\playertype}{iPod Video}
\newcommand{\playerlongtype}{\playertype}
\newcommand{\genericimg}{320x240x16}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonLeft}{Prev}
+\newcommand{\ButtonRight}{Next}
+\newcommand{\ButtonMenu}{Menu}
+\newcommand{\ButtonPlay}{Play}
+\newcommand{\ButtonSelect}{Select}
+\newcommand{\ButtonScrollFwd}{Scroll Fwd}
+\newcommand{\ButtonScrollBack}{Scroll Back} \ No newline at end of file
diff --git a/manual/platform/ondio.tex b/manual/platform/ondio.tex
index bb33e3eb4f..e89b66f06d 100644
--- a/manual/platform/ondio.tex
+++ b/manual/platform/ondio.tex
@@ -3,9 +3,19 @@
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,CONFIG_TUNER}
+\edef\UseOption{\UseOption,MASCODEC}
+\edef\UseOption{\UseOption,ONDIO_PAD}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Archos Ondio}
\newcommand{\playerlongtype}{Ondio SP, FM}
\newcommand{\genericimg}{112x64x1}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonLeft}{Left}
+\newcommand{\ButtonRight}{Right}
+\newcommand{\ButtonOff}{Off}
+\newcommand{\ButtonUp}{Up}
+\newcommand{\ButtonDown}{Down}
+\newcommand{\ButtonMenu}{Menu} \ No newline at end of file
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index 8ce133aa69..4a5c081af7 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -1,7 +1,17 @@
\def\UseOption{player}
+\edef\UseOption{\UseOption,MASCODEC}
+\edef\UseOption{\UseOption,PLAYER_PAD}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Studio/Player}
\newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20}
\newcommand{\genericimg}{charx11x1}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonLeft}{Left}
+\newcommand{\ButtonRight}{Right}
+\newcommand{\ButtonOn}{On}
+\newcommand{\ButtonMenu}{Menu}
+\newcommand{\ButtonPlay}{Play}
+\newcommand{\ButtonStop}{Stop} \ No newline at end of file
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index 5b30c24646..79669c7cda 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -2,9 +2,23 @@
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,MASCODEC}
+\edef\UseOption{\UseOption,RECORDER_PAD}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder}
\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
\newcommand{\genericimg}{112x64x1}
-\newcommand{\dap}{player} \ No newline at end of file
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonOn}{On}
+\newcommand{\ButtonOff}{Stop}
+\newcommand{\ButtonPlay}{Play}
+\newcommand{\ButtonUp}{Up}
+\newcommand{\ButtonDown}{Down}
+\newcommand{\ButtonLeft}{Left}
+\newcommand{\ButtonRight}{Right}
+\newcommand{\ButtonFOne}{F1}
+\newcommand{\ButtonFTwo}{F2}
+\newcommand{\ButtonFThree}{F3} \ No newline at end of file
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index f650cb4c8b..640158f1fb 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -3,9 +3,23 @@
\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,CONFIG_TUNER}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,MASCODEC}
+\edef\UseOption{\UseOption,RECORDER_PAD}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder V2/FM}
\newcommand{\playertypelong}{Recorder V2 and FM Recorder}
-\newcommand{genericimg}{112x64x1}
-\newcommand{\dap}{player} \ No newline at end of file
+\newcommand{\genericimg}{112x64x1}
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+
+\newcommand{\ButtonOn}{On}
+\newcommand{\ButtonOff}{Stop}
+\newcommand{\ButtonPlay}{Play}
+\newcommand{\ButtonUp}{Up}
+\newcommand{\ButtonDown}{Down}
+\newcommand{\ButtonLeft}{Left}
+\newcommand{\ButtonRight}{Right}
+\newcommand{\ButtonFOne}{F1}
+\newcommand{\ButtonFTwo}{F2}
+\newcommand{\ButtonFThree}{F3} \ No newline at end of file