From da6aae3fd3d7c7ae1810675a4884c9d86dc7399b Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sat, 11 Feb 2006 01:29:51 +0000 Subject: forgot to add the files.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8659 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/bounce.tex | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 manual/plugins/bounce.tex (limited to 'manual/plugins/bounce.tex') diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex new file mode 100644 index 0000000000..9589f7b575 --- /dev/null +++ b/manual/plugins/bounce.tex @@ -0,0 +1,66 @@ +\subsection{Bounce} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img48.png} + \newline +The bounce Demo +\par} + +This demo is of the word ``Rockbox'' bouncing across the screen. There +is also an analogue clock on the Recorder platform. (The Ondio does +not have clock support.) + +Key controls for this demo are: + +\begin{center}\begin{tabular}{|p{3.169cm}|p{8.069cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +F1/F2/F3 +\par} +& +Enters Bounce configuration options +\\\hline +{\centering +UP/DOWN +\par} +& +Moves to next/previous option +\\\hline +{\centering +LEFT/RIGHT +\par} +& +Increases/decreases option value +\\\hline +{\centering +ON +\par} +& +Changes to Scroll mode +\\\hline +{\centering +OFF +\par} +& +Exits bounce demo +\\\hline +\end{tabular}\end{center} +Available options are: + +\begin{itemize} +\item \textbf{Xdist/Ydist:} The distance to X axis and Y axis +respectively +\item \textbf{Xadd/Yadd:} how fast the code moves on the sine curve on +each axis +\item \textbf{Xsane/Ysane:} Changes the appearance of the bouncing. +\end{itemize} + + -- cgit