Make basic seeking actually work
[Rockbox.git] / manual / plugins / bounce.tex
blob781666ca786d0d09b891cdc3afa445c10aab46ce
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{CONFIG_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}
11 {\ButtonUp\ /\ \ButtonDown}
12 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd}
13 \opt{IRIVER_H10_PAD,SANSA_E200_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 & Toggles Scroll mode\\
24 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
25 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
26 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
27 & Exits bounce demo\\
28 \end{btnmap}
29 \end{table}
31 Available options are:
33 \begin{description}
34 \item[Xdist/Ydist.] The distance to X axis and Y axis
35 respectively
36 \item[Xadd/Yadd.]How fast the code moves on the sine curve on
37 each axis
38 \item[Xsane/Ysane.] Changes the appearance of the bouncing.
39 \end{description}