summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2006-12-01 02:23:42 +0000
committerMarianne Arnold <pixelma@rockbox.org>2006-12-01 02:23:42 +0000
commit17d194e3b7dc6c8d1f0fbed2609bce1906babbe1 (patch)
tree51dbcfb37eeae70f13cacac87e3bd182298b9bc2
parent3b7d7033292bad94fc9d55a1aac6072ba4856b4f (diff)
downloadrockbox-17d194e3b7dc6c8d1f0fbed2609bce1906babbe1.tar.gz
rockbox-17d194e3b7dc6c8d1f0fbed2609bce1906babbe1.zip
Corrections and additions to the plugin section (mainly in the button tables). The Ipod Mini manual was missing the Sudoku chapter.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11635 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xmanual/plugins/images/ss-sudoku-138x110x2.pngbin0 -> 1185 bytes
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/metronome.tex43
-rw-r--r--manual/plugins/sudoku.tex20
4 files changed, 42 insertions, 23 deletions
diff --git a/manual/plugins/images/ss-sudoku-138x110x2.png b/manual/plugins/images/ss-sudoku-138x110x2.png
new file mode 100755
index 0000000000..9f89431974
--- /dev/null
+++ b/manual/plugins/images/ss-sudoku-138x110x2.png
Binary files differ
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index d8079ca822..acb9bdfbe2 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -56,7 +56,7 @@ text files, chip8 games), or from the \setting{Open with} option on the
56 56
57\opt{HAVE_LCD_BITMAP}{\input{plugins/star.tex}} 57\opt{HAVE_LCD_BITMAP}{\input{plugins/star.tex}}
58 58
59\opt{recorder,recorderv2fm,ondio,h1xx,ipod3g,ipod4g,HAVE_LCD_COLOR}{\input{plugins/sudoku.tex}} 59\opt{recorder,recorderv2fm,ondio,h1xx,ipod,HAVE_LCD_COLOR}{\input{plugins/sudoku.tex}}
60 60
61\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD,IPOD_3G_PAD}{\input{plugins/wormlet.tex}} 61\opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD,IPOD_3G_PAD}{\input{plugins/wormlet.tex}}
62 62
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index aa2ebbcc2c..22835ddd01 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -1,22 +1,33 @@
1\subsection{Metronome} 1\subsection{Metronome}
2This plugin can be used as a metronome to keep time during music 2This plugin can be used as a metronome to keep time during music
3practice. Adjust the tempo though the interface or by tapping it out 3practice. Adjust the tempo through the interface or by tapping it out
4on the appropriate button. 4on the appropriate button.
5 5
6\begin{table} 6\begin{table}
7\begin{btnmap}{}{} 7 \begin{btnmap}{}{}
8\opt{player,h1xx,h300}{Stop}\opt{recorder,recorderv2fm}{Off} 8 \opt{PLAYER_PAD}{\ButtonStop}
9\opt{ondio}{OnOff}\opt{ipodcolor,ipodnano}{Menu} 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
10& Exit plugin \\ 10 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower}
11\opt{player,recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play} 11 \opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
12\opt{ondio}{Mode (hold: Stop)} 12 & Exit plugin \\
13& Start / Stop \\ 13 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{
14\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode (repeatedly)} 14 \ButtonPlay}
15\opt{h1xx,h300,ipodcolor,ipodnano}{Select} 15 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
16& Tap tempo \\ 16 \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)}
17Left/Right & Adjust tempo \\ 17 & Start / Stop \\
18\opt{player}{On+Left/Right} 18 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
19\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down} 19 \opt{ONDIO_PAD}{\ButtonMenu\ (repeatedly)}
20& Adjust volume \\ 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
21\end{btnmap} 21 \opt{IRIVER_H10_PAD}{\ButtonFF}
22 \opt{IAUDIO_X5_PAD}{\ButtonRec}
23 & Tap tempo \\
24 \ButtonLeft\ / \ButtonRight
25 & Adjust tempo \\
26 \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight}
27 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{
28 \ButtonUp\ / \ButtonDown}
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
30 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
31 & Adjust volume \\
32 \end{btnmap}
22\end{table} 33\end{table}
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
index 98268261d0..8e2147579b 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -28,31 +28,39 @@ These are \emph{NOT} saved when saving the game.
28\begin{table} 28\begin{table}
29 \begin{btnmap}{}{} 29 \begin{btnmap}{}{}
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} 30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
31 {\ButtonUp, \ButtonDown, \ButtonLeft, \ButtonRight} 31 {\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} 32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
33 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/\ButtonLeft/\ButtonRight} 33 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/\ButtonLeft/\ButtonRight}
34 & Move the cursor\\ 34 & Move the cursor\\
35 % 35 %
36 \opt{RECORDER_PAD}{\ButtonPlay} 36 \opt{RECORDER_PAD}{\ButtonPlay}
37 \opt{ONDIO_PAD}{Hold \ButtonMenu+\ButtonDown} 37 \opt{ONDIO_PAD}{\ButtonMenu}
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect/\ButtonOn} 38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect/\ButtonOn}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonRight} 39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft/\ButtonSelect/\ButtonRight}
40 \opt{IAUDIO_X5_PAD}{\ButtonSelect} 40 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
41 \opt{IRIVER_H10_PAD}{\ButtonRew} 41 \opt{IRIVER_H10_PAD}{\ButtonRew}
42 & Change number under the cursor\\ 42 & Change number under the cursor\\
43 % 43 %
44 \opt{RECORDER_PAD}{Hold \ButtonPlay}
45 \opt{ONDIO_PAD}{Hold \ButtonMenu+\ButtonDown}
46 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Hold \ButtonOn}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Hold \ButtonLeft/\ButtonSelect/\ButtonRight}
48 \opt{IAUDIO_X5_PAD}{Hold \ButtonSelect}
49 \opt{IRIVER_H10_PAD}{Hold \ButtonRew}
50 & Constantly changing the number under the cursor\\
51 %
44 \opt{RECORDER_PAD}{\ButtonFOne} 52 \opt{RECORDER_PAD}{\ButtonFOne}
45 \opt{ONDIO_PAD}{Hold \ButtonMenu} 53 \opt{ONDIO_PAD}{Long \ButtonMenu}
46 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 54 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 55 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
48 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 56 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
49 & Open Menu\\ 57 & Open Menu\\
50 % 58 %
51 \opt{RECORDER_PAD}{\ButtonFTwo} 59 \opt{RECORDER_PAD}{\ButtonFTwo}
52 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 60 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec} 61 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
54 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 62 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
55 \opt{IRIVER_H10_PAD}{\ButtonFF} 63 \opt{IRIVER_H10_PAD}{\ButtonFF}
56 & Add/Remove number to scratchpad\\ 64 & Add/Remove number to scratchpad\\
57 % 65 %
58 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 66 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}