rockbox/manual/plugins/mandelbrot.tex
Martin Arver 37d26dead9 Added screenshots to a number of plugins for the 160x128x2 screensizes. Now most of the 2.4 plugins have screenshots for this resolution
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657
2006-03-06 20:47:25 +00:00

24 lines
658 B
TeX

\subsection{Mandelbrot}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-mandelbrot-\genericimg.png}
\end{center}
\caption{Mandelbrot}
\end{figure}
This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set.
\begin{table}[h!]
\begin{center}
\begin{tabular}{|c|c|}
\hline
KEY & ACTION \\\hline
Arrow keys & Move about the image \\\hline
PLAY & Zoom in \\\hline
OFF & Quit \\\hline
F1 & Increase iteration depth (more detail) \\\hline
F2 & Decrease iteration depth (less detail) \\\hline
F3 & Reset and return to the default image \\\hline
\end{tabular}
\end{center}
\end{table}