summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/alpinecdc.tex8
-rw-r--r--manual/plugins/solitaire.tex4
-rw-r--r--manual/plugins/split_editor.tex4
-rw-r--r--manual/plugins/text_editor.tex2
-rw-r--r--manual/plugins/wavplay.tex4
5 files changed, 11 insertions, 11 deletions
diff --git a/manual/plugins/alpinecdc.tex b/manual/plugins/alpinecdc.tex
index 008bb62975..8d0fcee746 100644
--- a/manual/plugins/alpinecdc.tex
+++ b/manual/plugins/alpinecdc.tex
@@ -13,11 +13,11 @@ Hookup to Archos works by connecting the headphone output including the remote
13pin (you need a 4-ring 3.5 mm plug for that) to the changer jack of the radio. 13pin (you need a 4-ring 3.5 mm plug for that) to the changer jack of the radio.
14M-Bus radios have a DIN-style circular jack with 8 pins (7 in a $\sim$ 270 degree 14M-Bus radios have a DIN-style circular jack with 8 pins (7 in a $\sim$ 270 degree
15circle, one in the center). A standard 5-pin DIN plug is OK for this, since we 15circle, one in the center). A standard 5-pin DIN plug is OK for this, since we
16don't use the other (power) pins. 16do not use the other (power) pins.
17 17
18As OEM, they shuffled the pins around a bit, better check first if it is not 18As OEM, they shuffled the pins around a bit, better check first if it is not
19genuine Alpine. The bus pin is pulled high to 12 volts with a $\sim$ 2kOhm resistor, 19genuine Alpine. The bus pin is pulled high to 12 volts with a $\sim$ 2kOhm resistor,
20pulses driven low. Because it's open collector, this is not harmful to the 20pulses driven low. Because it is open collector, this is not harmful to the
21Archos.\\ 21Archos.\\
22ASCII art of the 4-pin headphone plug: 22ASCII art of the 4-pin headphone plug:
23\begin{verbatim} 23\begin{verbatim}
@@ -28,12 +28,12 @@ ASCII art of the 4-pin headphone plug:
28|_| ground -> Alpine pin 2 + 3 28|_| ground -> Alpine pin 2 + 3
29\end{verbatim} 29\end{verbatim}
30 30
31The remote pin can be programmed bidirectional, that's the reason this works. 31The remote pin can be programmed bidirectional, that is the reason this works.
32Very luckily the M-Bus uses a single wire communication and the two radios I 32Very luckily the M-Bus uses a single wire communication and the two radios I
33tried are happy with the 3.3 Volt level the Arcos can deliver. So the 33tried are happy with the 3.3 Volt level the Arcos can deliver. So the
34connection is a simple cable! For all protocols requiring more lines, an 34connection is a simple cable! For all protocols requiring more lines, an
35external controller would be necessary. 35external controller would be necessary.
36 36
37\note{Archos FMs don't have the remote pin internally connected, but 37\note{Archos FMs do not have the remote pin internally connected, but
38 one unit that was opened was internally prepared for it, a matter of closing a 38 one unit that was opened was internally prepared for it, a matter of closing a
39 bridge.} 39 bridge.}
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex
index 1c723bd3bb..f66778295d 100644
--- a/manual/plugins/solitaire.tex
+++ b/manual/plugins/solitaire.tex
@@ -3,7 +3,7 @@
3 3
4This is the classic Klondike solitaire game for Rockbox. 4This is the classic Klondike solitaire game for Rockbox.
5This is probably the best-known solitaire in the world. Many people 5This is probably the best-known solitaire in the world. Many people
6don't even realize that other games exist. Though the name may not 6do not even realize that other games exist. Though the name may not
7be familiar, the game itself certainly is. This is due in no small 7be familiar, the game itself certainly is. This is due in no small
8part to Microsoft's inclusion of the the game in every version of 8part to Microsoft's inclusion of the the game in every version of
9Windows. Though popular, the odds of winning are rather low, perhaps 9Windows. Though popular, the odds of winning are rather low, perhaps
@@ -72,4 +72,4 @@ visit\\
72 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower} 72 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
73 & Show menu\\ 73 & Show menu\\
74 \end{btnmap} 74 \end{btnmap}
75 \end{table} \ No newline at end of file 75 \end{table}
diff --git a/manual/plugins/split_editor.tex b/manual/plugins/split_editor.tex
index c9bafcc4fc..a38a49d5a8 100644
--- a/manual/plugins/split_editor.tex
+++ b/manual/plugins/split_editor.tex
@@ -97,7 +97,7 @@ The whole process of splitting an mp3 file consists of three steps:
97 tuning the split indicator position at the end of a recording. 97 tuning the split indicator position at the end of a recording.
98 \item 98 \item
99 \includegraphics[width=0.53cm]{plugins/images/icon-splitedit-loop-4} 99 \includegraphics[width=0.53cm]{plugins/images/icon-splitedit-loop-4}
100 Playback doesn't loop, the borders of the visible 100 Playback does not loop, the borders of the visible
101 area as well as the split point indicator are ignored. This mode is 101 area as well as the split point indicator are ignored. This mode is
102 best used when playing the song outside of the borders of the displayed 102 best used when playing the song outside of the borders of the displayed
103 region. 103 region.
@@ -154,7 +154,7 @@ In the save dialogue it is possible to specify which of the files you
154want to save and their names. When finished, select 154want to save and their names. When finished, select
155``Save'' and the files will be written to 155``Save'' and the files will be written to
156disk. Note that files can not be overwritten, so filenames that 156disk. Note that files can not be overwritten, so filenames that
157don't exist yet must be chosen. If unsure whether the 157do not exist yet must be chosen. If unsure whether the
158file already exists simply try to save it. If another file with this 158file already exists simply try to save it. If another file with this
159name exists the dialogue will return and you can choose another 159name exists the dialogue will return and you can choose another
160filename 160filename
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex
index 3f4d348975..758cd443d6 100644
--- a/manual/plugins/text_editor.tex
+++ b/manual/plugins/text_editor.tex
@@ -16,7 +16,7 @@ the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
16 \item When finished editing exit the Text Editor. You'll be shown a list of 16 \item When finished editing exit the Text Editor. You'll be shown a list of
17 save options. 17 save options.
18\end{itemize} 18\end{itemize}
19\note{When you haven't changed the file the Text Editor will quit immediately.} 19\note{When you have not changed the file the Text Editor will quit immediately.}
20 20
21\begin{table} 21\begin{table}
22 \begin{btnmap}{}{} 22 \begin{btnmap}{}{}
diff --git a/manual/plugins/wavplay.tex b/manual/plugins/wavplay.tex
index 6246269991..350c76126a 100644
--- a/manual/plugins/wavplay.tex
+++ b/manual/plugins/wavplay.tex
@@ -10,8 +10,8 @@ plugin automatically and the Wavplay screen
10appears. This screen gives information about samplerate and length of the 10appears. This screen gives information about samplerate and length of the
11playing file. 11playing file.
12\note{Seeking within the \fname{.wav}-file or changing the volume once the 12\note{Seeking within the \fname{.wav}-file or changing the volume once the
13plugin is running isn't possible. Wavplay uses the sound settings that were 13plugin is running is not possible. Wavplay uses the sound settings that were
14used before (except for pitch).} 14used before (except for pitch).}
15The only action that can be performed is to stop by pressing \ButtonOff, and 15The only action that can be performed is to stop by pressing \ButtonOff, and
16Wavplay will be exited and you are returned to the filebrowser. If the end of 16Wavplay will be exited and you are returned to the filebrowser. If the end of
17the file has been reached, you will also be returned to the filebrowser. \ No newline at end of file 17the file has been reached, you will also be returned to the filebrowser.