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)
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 @@
\subsection{Mandelbrot}
-\screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}%
-{img:mandelbrot}
-
-This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set.
-
+\screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}{img:mandelbrot}
+This demonstration draws fractal images from the Mandelbrot set
+\opt{archos,h1xx}{using the greyscale engine}.
\begin{table}
\begin{btnmap}{}{}
-Arrow keys & Move about the image \\
-PLAY & Zoom in \\
-OFF & Quit \\
-F1 & Increase iteration depth (more detail) \\
-F2 & Decrease iteration depth (less detail) \\
-F3 & Reset and return to the default image \\
+Arrow keys & Move about the image\\
+\opt{RECORDER_PAD}{\ButtonPlay}
+\opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp}
+\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
+\opt{IPOD_4G_PAD}{\ButtonScrollFwd}
+& Zoom in\\
+\opt{RECORDER_PAD}{\ButtonOn}
+\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
+\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
+\opt{IPOD_4G_PAD}{\ButtonScrollBack}
+\opt{IAUDIO_X5_PAD}{Hold \ButtonSelect}
+& Zoom out\\
+\opt{RECORDER_PAD}{\ButtonFOne}
+\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
+\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft}
+\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonLeft}
+\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonLeft}
+& Decrease iteration depth (less detail)\\
+\opt{RECORDER_PAD}{\ButtonFTwo}
+\opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
+\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight}
+\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonRight}
+\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight}
+& Increase iteration depth (more detail)\\
+\opt{RECORDER_PAD}{\ButtonFThree}
+\opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
+\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
+\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonPlay}
+& Reset and return to the default image\\
+\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
+\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
+\opt{IAUDIO_X5_PAD}{\ButtonPower}
+& Quit\\
\end{btnmap}
\end{table}