Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only linux...
[Rockbox.git] / manual / plugins / bounce.tex
blob8b32997079553c6ea7f31597685400002b92db85
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}
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}{\ButtonSelect}
20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
21 & Toggles Scroll mode\\
22 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
23 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
24 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}
25 & Exits bounce demo\\
26 \end{btnmap}
27 \end{table}
29 Available options are:
31 \begin{description}
32 \item[Xdist/Ydist.] The distance to X axis and Y axis
33 respectively
34 \item[Xadd/Yadd.]How fast the code moves on the sine curve on
35 each axis
36 \item[Xsane/Ysane.] Changes the appearance of the bouncing.
37 \end{description}