summaryrefslogtreecommitdiff
path: root/manual/plugins/mandelbrot.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-06-18 13:22:42 +0000
committerNils Wallménius <nils@rockbox.org>2006-06-18 13:22:42 +0000
commitdb8316fa52ed8eeb55136bc3aad2c98b25d249fb (patch)
tree35fe321baa776fd6737fd940418d8ab99c04aa1f /manual/plugins/mandelbrot.tex
parent87bf8044d10a6f8108829c7d12165f5dac698c64 (diff)
downloadrockbox-db8316fa52ed8eeb55136bc3aad2c98b25d249fb.tar.gz
rockbox-db8316fa52ed8eeb55136bc3aad2c98b25d249fb.zip
New keypress tables for rockboy and mandelbrot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10136 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/mandelbrot.tex')
-rw-r--r--manual/plugins/mandelbrot.tex47
1 files changed, 36 insertions, 11 deletions
diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex
index 463a7bc731..7b378b2483 100644
--- a/manual/plugins/mandelbrot.tex
+++ b/manual/plugins/mandelbrot.tex
@@ -1,16 +1,41 @@
1\subsection{Mandelbrot} 1\subsection{Mandelbrot}
2\screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}% 2\screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}{img:mandelbrot}
3{img:mandelbrot} 3This demonstration draws fractal images from the Mandelbrot set
4 4\opt{archos,h1xx}{using the greyscale engine}.
5This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set.
6
7\begin{table} 5\begin{table}
8\begin{btnmap}{}{} 6\begin{btnmap}{}{}
9Arrow keys & Move about the image \\ 7Arrow keys & Move about the image\\
10PLAY & Zoom in \\ 8\opt{RECORDER_PAD}{\ButtonPlay}
11OFF & Quit \\ 9\opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp}
12F1 & Increase iteration depth (more detail) \\ 10\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
13F2 & Decrease iteration depth (less detail) \\ 11\opt{IPOD_4G_PAD}{\ButtonScrollFwd}
14F3 & Reset and return to the default image \\ 12& Zoom in\\
13\opt{RECORDER_PAD}{\ButtonOn}
14\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
15\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
16\opt{IPOD_4G_PAD}{\ButtonScrollBack}
17\opt{IAUDIO_X5_PAD}{Hold \ButtonSelect}
18& Zoom out\\
19\opt{RECORDER_PAD}{\ButtonFOne}
20\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
21\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft}
22\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonLeft}
23\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonLeft}
24& Decrease iteration depth (less detail)\\
25\opt{RECORDER_PAD}{\ButtonFTwo}
26\opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
27\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight}
28\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonRight}
29\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight}
30& Increase iteration depth (more detail)\\
31\opt{RECORDER_PAD}{\ButtonFThree}
32\opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
33\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
34\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonPlay}
35& Reset and return to the default image\\
36\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
37\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
38\opt{IAUDIO_X5_PAD}{\ButtonPower}
39& Quit\\
15\end{btnmap} 40\end{btnmap}
16\end{table} 41\end{table}