summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-07-09 13:34:35 +0000
committerNils Wallménius <nils@rockbox.org>2006-07-09 13:34:35 +0000
commita182345ad3fbc4b39a1946451b9961b78b9ba51e (patch)
tree3b954ecba383893813f4f7a80ff8066a8885a756
parent4ffff6fbad368ccfd255244333ccddccb290f9d6 (diff)
downloadrockbox-a182345ad3fbc4b39a1946451b9961b78b9ba51e.tar.gz
rockbox-a182345ad3fbc4b39a1946451b9961b78b9ba51e.zip
Use screenshots already in place and add buttonmap and missing screenshots.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10187 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/calculator.tex40
-rw-r--r--manual/plugins/images/ss-calculator-138x110x2.pngbin0 -> 564 bytes
-rw-r--r--manual/plugins/images/ss-calculator-160x128x16.pngbin0 -> 1201 bytes
-rw-r--r--manual/plugins/images/ss-calculator-320x240x16.pngbin0 -> 1655 bytes
4 files changed, 32 insertions, 8 deletions
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex
index e1604a6b72..bc623279fc 100644
--- a/manual/plugins/calculator.tex
+++ b/manual/plugins/calculator.tex
@@ -1,12 +1,36 @@
1% $Id$ %
1\subsection{Calculator} 2\subsection{Calculator}
2{\centering\itshape 3\screenshot{plugins/images/ss-calculator}{Calculator}{img:calculator}
3%\includegraphics{plugins/images/\platform/ss_calculator.png}
4\par}
5 4
6This is a simple scientific calculator for 5This is a simple scientific calculator for use on the \dap. It works like a
7use on the Jukebox. It works like a standard calculator. Move using 6standard calculator. Pressing the ``1st'' button will toggle between other
8the arrow keys and press PLAY to press a button. Pressing the ``1st'' 7available maths functions on the right hand side.
9button will toggle between other available maths functions on the right
10hand side.
11 8
9\begin{table}
10\begin{btnmap}{}{}
11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{Direction keys}
12 \opt{IPOD_4G_PAD}{\ButtonLeft, \ButtonRight, \ButtonScrollFwd,
13 \ButtonScrollBack}
14 & Move around the keypad\\
15 \opt{RECORDER_PAD}{\ButtonPlay}
16 \opt{ONDIO_PAD}{\ButtonMenu}
17 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}
18 {\ButtonSelect}
19 & Press a button on the keypad\\
20 \opt{RECORDER_PAD}{\ButtonFOne & Delete last entered digit or clear after
21 calculation\\}
22 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec & Delete
23 last entered digit or clear after calculation\\}
12 24
25 \opt{RECORDER_PAD}{\ButtonFThree}
26 \opt{ONDIO_PAD}{Hold \ButtonMenu}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
28 \opt{IPOD_4G_PAD}{Hold \ButtonPlay}
29 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
30 & Calculate\\
31 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
32 \opt{IPOD_4G_PAD}{\ButtonMenu}
33 \opt{IAUDIO_X5_PAD}{\ButtonPower}
34 & Quit\\
35\end{btnmap}
36\end{table}
diff --git a/manual/plugins/images/ss-calculator-138x110x2.png b/manual/plugins/images/ss-calculator-138x110x2.png
new file mode 100644
index 0000000000..9efc2470b5
--- /dev/null
+++ b/manual/plugins/images/ss-calculator-138x110x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-calculator-160x128x16.png b/manual/plugins/images/ss-calculator-160x128x16.png
new file mode 100644
index 0000000000..b33242ccd4
--- /dev/null
+++ b/manual/plugins/images/ss-calculator-160x128x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-calculator-320x240x16.png b/manual/plugins/images/ss-calculator-320x240x16.png
new file mode 100644
index 0000000000..b4ac7304f0
--- /dev/null
+++ b/manual/plugins/images/ss-calculator-320x240x16.png
Binary files differ