Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / plugins / bounce.tex
blobba79bf37f932a4eda956e0a1c798affb2b7e2394
1 \subsection{Bounce}
2 \screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce}
3 This demo is of the word ``Rockbox'' bouncing across the screen.
4 \opt{rtc}{There is also an analogue clock in the background.}
5 In \setting{Scroll mode} the bouncing text is replaced by a different one
6 scrolling from right to left.
8 \begin{table}
9 \begin{btnmap}{}{}
10 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
11 {\ButtonUp\ /\ \ButtonDown}
12 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd}
13 \opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp}
14 & Moves to next/previous option\\
15 \ButtonLeft\ /\ \ButtonRight
16 & Increases/decreases option value\\
17 \opt{RECORDER_PAD}{\ButtonOn}
18 \opt{ONDIO_PAD}{\ButtonMenu}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}
20 {\ButtonSelect}
21 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
22 \opt{GIGABEAT_PAD}{\ButtonA}
23 \opt{MROBE100_PAD}{\ButtonDisplay}
24 & Toggles Scroll mode\\
25 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
27 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
28 & Exits bounce demo\\
29 \end{btnmap}
30 \end{table}
32 Available options are:
34 \begin{description}
35 \item[Xdist/Ydist.] The distance to X axis and Y axis
36 respectively
37 \item[Xadd/Yadd.]How fast the code moves on the sine curve on
38 each axis
39 \item[Xsane/Ysane.] Changes the appearance of the bouncing.
40 \end{description}