summaryrefslogtreecommitdiff
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 @@
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
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
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 @@
1\def\UseOption{ipodcolor} 1\def\UseOption{ipodcolor}
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 Color} 8\newcommand{\playertype}{iPod Color}
7\newcommand{\playerlongtype}{\playertype} 9\newcommand{\playerlongtype}{\playertype}
8\newcommand{\genericimg}{220x176x16} 10\newcommand{\genericimg}{220x176x16}
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
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 @@
1\def\UseOption{ipodnano} 1\def\UseOption{ipodnano}
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 Nano} 8\newcommand{\playertype}{iPod Nano}
7\newcommand{\playerlongtype}{\playertype} 9\newcommand{\playerlongtype}{\playertype}
8\newcommand{\genericimg}{176x132x16} 10\newcommand{\genericimg}{176x132x16}
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
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
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 @@
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_RECORDING} 4\edef\UseOption{\UseOption,HAVE_RECORDING}
5\edef\UseOption{\UseOption,CONFIG_TUNER} 5\edef\UseOption{\UseOption,CONFIG_TUNER}
6\edef\UseOption{\UseOption,MASCODEC}
7\edef\UseOption{\UseOption,ONDIO_PAD}
6 8
7\newcommand{\playerman}{Archos} 9\newcommand{\playerman}{Archos}
8\newcommand{\playertype}{Archos Ondio} 10\newcommand{\playertype}{Archos Ondio}
9\newcommand{\playerlongtype}{Ondio SP, FM} 11\newcommand{\playerlongtype}{Ondio SP, FM}
10\newcommand{\genericimg}{112x64x1} 12\newcommand{\genericimg}{112x64x1}
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{\ButtonOff}{Off}
19\newcommand{\ButtonUp}{Up}
20\newcommand{\ButtonDown}{Down}
21\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 @@
1\def\UseOption{player} 1\def\UseOption{player}
2\edef\UseOption{\UseOption,MASCODEC}
3\edef\UseOption{\UseOption,PLAYER_PAD}
2 4
3\newcommand{\playerman}{Archos} 5\newcommand{\playerman}{Archos}
4\newcommand{\playertype}{Studio/Player} 6\newcommand{\playertype}{Studio/Player}
5\newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20} 7\newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20}
6\newcommand{\genericimg}{charx11x1} 8\newcommand{\genericimg}{charx11x1}
7\newcommand{\dap}{player} \ No newline at end of file 9%Used to name the player, e.g. ...to the \dap
10\newcommand{\dap}{player}
11
12\newcommand{\ButtonLeft}{Left}
13\newcommand{\ButtonRight}{Right}
14\newcommand{\ButtonOn}{On}
15\newcommand{\ButtonMenu}{Menu}
16\newcommand{\ButtonPlay}{Play}
17\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 @@
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_RTC} 4\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,MASCODEC}
6\edef\UseOption{\UseOption,RECORDER_PAD}
5 7
6\newcommand{\playerman}{Archos} 8\newcommand{\playerman}{Archos}
7\newcommand{\playertype}{Recorder} 9\newcommand{\playertype}{Recorder}
8\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} 10\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
9\newcommand{\genericimg}{112x64x1} 11\newcommand{\genericimg}{112x64x1}
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{\ButtonOn}{On}
16\newcommand{\ButtonOff}{Stop}
17\newcommand{\ButtonPlay}{Play}
18\newcommand{\ButtonUp}{Up}
19\newcommand{\ButtonDown}{Down}
20\newcommand{\ButtonLeft}{Left}
21\newcommand{\ButtonRight}{Right}
22\newcommand{\ButtonFOne}{F1}
23\newcommand{\ButtonFTwo}{F2}
24\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 @@
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,MASCODEC}
7\edef\UseOption{\UseOption,RECORDER_PAD}
6 8
7\newcommand{\playerman}{Archos} 9\newcommand{\playerman}{Archos}
8\newcommand{\playertype}{Recorder V2/FM} 10\newcommand{\playertype}{Recorder V2/FM}
9\newcommand{\playertypelong}{Recorder V2 and FM Recorder} 11\newcommand{\playertypelong}{Recorder V2 and FM Recorder}
10\newcommand{genericimg}{112x64x1} 12\newcommand{\genericimg}{112x64x1}
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{\ButtonOn}{On}
17\newcommand{\ButtonOff}{Stop}
18\newcommand{\ButtonPlay}{Play}
19\newcommand{\ButtonUp}{Up}
20\newcommand{\ButtonDown}{Down}
21\newcommand{\ButtonLeft}{Left}
22\newcommand{\ButtonRight}{Right}
23\newcommand{\ButtonFOne}{F1}
24\newcommand{\ButtonFTwo}{F2}
25\newcommand{\ButtonFThree}{F3} \ No newline at end of file