forked from len0rd/rockbox
keypress table and some smanll tweaks for bounce
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b89bb31281
commit
dbd4406ca8
1 changed files with 19 additions and 11 deletions
|
@ -1,19 +1,27 @@
|
||||||
\subsection{Bounce}
|
\subsection{Bounce}
|
||||||
\screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce}
|
\screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce}
|
||||||
|
This demo is of the word ``Rockbox'' bouncing across the screen.
|
||||||
This demo is of the word ``Rockbox'' bouncing across the screen. There
|
\opt{CONFIG_RTC}{There is also an analogue clock in the background.}
|
||||||
is also an analogue clock on the Recorder platform. (The Ondio does
|
In \setting{Scroll mode} the bouncing text is replaced by a different one
|
||||||
not have clock support.)
|
scrolling from right to left.
|
||||||
|
|
||||||
Key controls for this demo are:
|
|
||||||
|
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\begin{btnmap}{}{}
|
||||||
F1/F2/F3 & Enters Bounce configuration options \\
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
|
||||||
UP/DOWN & Moves to next/previous option \\
|
{\ButtonUp\ /\ \ButtonDown}
|
||||||
LEFT/RIGHT & Increases/decreases option value \\
|
\opt{IPOD_4G_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd}
|
||||||
ON & Changes to Scroll mode \\
|
& Moves to next/previous option\\
|
||||||
OFF & Exits bounce demo\\
|
\ButtonLeft\ /\ \ButtonRight
|
||||||
|
& Increases/decreases option value\\
|
||||||
|
\opt{RECORDER_PAD}{\ButtonOn}
|
||||||
|
\opt{ONDIO_PAD}{\ButtonMenu}
|
||||||
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect}
|
||||||
|
\opt{IAUDIO_X5_PAD}{\ButtonPlay}
|
||||||
|
& Toggles Scroll mode\\
|
||||||
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||||
|
\opt{IPOD_4G_PAD}{\ButtonMenu}
|
||||||
|
\opt{IAUDIO_X5_PAD}{\ButtonPower}
|
||||||
|
& Exits bounce demo\\
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue