summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2008-03-05 23:44:42 +0000
committerRobert Kukla <roolku@rockbox.org>2008-03-05 23:44:42 +0000
commit07b48ba86f3843908b8d8623df715ce41b875352 (patch)
tree9bd56682c001180ba2a1a3e320f2b849cad35001
parent37d43f49f4e26b7df912adcb8894e52544533bef (diff)
downloadrockbox-07b48ba86f3843908b8d8623df715ce41b875352.tar.gz
rockbox-07b48ba86f3843908b8d8623df715ce41b875352.zip
m:robe 100: some more work on the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16533 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex7
-rw-r--r--manual/rockbox_interface/images/ss-context-menu-160x128x1.pngbin0 -> 849 bytes
-rw-r--r--manual/rockbox_interface/images/ss-file-browser-160x128x1.pngbin0 -> 364 bytes
-rw-r--r--manual/rockbox_interface/images/ss-id3-viewer-160x128x1.pngbin0 -> 721 bytes
-rw-r--r--manual/rockbox_interface/images/ss-playlist-menu-160x128x1.pngbin0 -> 754 bytes
-rw-r--r--manual/rockbox_interface/images/ss-virtual-keyboard-160x128x1.pngbin0 -> 1172 bytes
-rw-r--r--manual/rockbox_interface/main.tex15
7 files changed, 19 insertions, 3 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index ca5582eb91..69f3cb6f11 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -164,7 +164,8 @@ each option pertains both to files and directories):
164This is the virtual keyboard that is used when entering text in Rockbox, for 164This is the virtual keyboard that is used when entering text in Rockbox, for
165 example when renaming a file or creating a new directory. 165 example when renaming a file or creating a new directory.
166 166
167\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{ 167\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD,SANSA_E200_PAD,
168 SANSA_C200_PAD,MROBE100_PAD}{
168 \begin{table} 169 \begin{table}
169 \begin{btnmap}{}{} 170 \begin{btnmap}{}{}
170 \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown 171 \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
@@ -189,7 +190,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
189 \ActionKbdBackSpace 190 \ActionKbdBackSpace
190 & Deletes the character before the line cursor \\ 191 & Deletes the character before the line cursor \\
191 % 192 %
192 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD}{ 193 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,}{
193 \ActionKbdMorseInput 194 \ActionKbdMorseInput
194 & Enters Morse input mode \\ 195 & Enters Morse input mode \\
195 \ActionKbdMorseSelect 196 \ActionKbdMorseSelect
@@ -199,7 +200,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
199 \end{table} 200 \end{table}
200} 201}
201 202
202\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{ 203\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,MROBE100_PAD}{
203 \textbf{Picker area} 204 \textbf{Picker area}
204 \begin{table} 205 \begin{table}
205 \begin{btnmap}{}{} 206 \begin{btnmap}{}{}
diff --git a/manual/rockbox_interface/images/ss-context-menu-160x128x1.png b/manual/rockbox_interface/images/ss-context-menu-160x128x1.png
new file mode 100644
index 0000000000..7147119899
--- /dev/null
+++ b/manual/rockbox_interface/images/ss-context-menu-160x128x1.png
Binary files differ
diff --git a/manual/rockbox_interface/images/ss-file-browser-160x128x1.png b/manual/rockbox_interface/images/ss-file-browser-160x128x1.png
new file mode 100644
index 0000000000..e52f6f1065
--- /dev/null
+++ b/manual/rockbox_interface/images/ss-file-browser-160x128x1.png
Binary files differ
diff --git a/manual/rockbox_interface/images/ss-id3-viewer-160x128x1.png b/manual/rockbox_interface/images/ss-id3-viewer-160x128x1.png
new file mode 100644
index 0000000000..123ad3f75c
--- /dev/null
+++ b/manual/rockbox_interface/images/ss-id3-viewer-160x128x1.png
Binary files differ
diff --git a/manual/rockbox_interface/images/ss-playlist-menu-160x128x1.png b/manual/rockbox_interface/images/ss-playlist-menu-160x128x1.png
new file mode 100644
index 0000000000..aa5cccebcf
--- /dev/null
+++ b/manual/rockbox_interface/images/ss-playlist-menu-160x128x1.png
Binary files differ
diff --git a/manual/rockbox_interface/images/ss-virtual-keyboard-160x128x1.png b/manual/rockbox_interface/images/ss-virtual-keyboard-160x128x1.png
new file mode 100644
index 0000000000..de7c6ae576
--- /dev/null
+++ b/manual/rockbox_interface/images/ss-virtual-keyboard-160x128x1.png
Binary files differ
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 0daff16549..7b95dd26ed 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -169,6 +169,21 @@ paragraph.
169 button and nearest to the top of the unit the \ButtonPower{} button, which is held 169 button and nearest to the top of the unit the \ButtonPower{} button, which is held
170 down to turn the \dap{} on or off.} 170 down to turn the \dap{} on or off.}
171 % 171 %
172 \opt{mrobe100}{
173 Hold the \dap{} with the black front facing you such that the m:robe writing
174 is readable. Below the writing is the touch sensitive pad with the
175 \ButtonMenu{}, \ButtonPlay{}, \ButtonLeft{}, \ButtonRight{} and \ButtonDisplay
176 controls indicated by their symbols. The dotted center strip is devided in
177 three parts: \ButtonUp{}, \ButtonSelect{} and \ButtonDown. On the top of the
178 unit, on the right, is the \ButtonPower{} switch, which is held down to turn
179 the \dap{} on or off.}.
180
181 The \ButtonHold{} switch is located on the left of the \dap{}, below the
182 headphone socket. It puts the \dap{} into hold mode when it is switched to the
183 top of the unit. The buttons will have no effect when this is the case. On the
184 bottom of the unit, there is a connector for the docking station or the
185 proprietary USB connector for connecting directly to USB.
186 %
172 \opt{x5,m5}{ 187 \opt{x5,m5}{
173 The \dap{} is curved so that the end with the screen on it is thicker than the 188 The \dap{} is curved so that the end with the screen on it is thicker than the
174 other end. Hold the \dap{} wih the thick end towards the top and the screen 189 other end. Hold the \dap{} wih the thick end towards the top and the screen