summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-06-22 11:07:37 +0000
committerNils Wallménius <nils@rockbox.org>2006-06-22 11:07:37 +0000
commitdbd4406ca8b18e8896f235f7096514ec4f664cf9 (patch)
treea89886107991318b0854f21ce9b5e6a786b95f30
parentb89bb3128197e1df4a1e97093cb42f6cf6787fd1 (diff)
downloadrockbox-dbd4406ca8b18e8896f235f7096514ec4f664cf9.tar.gz
rockbox-dbd4406ca8b18e8896f235f7096514ec4f664cf9.zip
keypress table and some smanll tweaks for bounce
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10147 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/bounce.tex30
1 files changed, 19 insertions, 11 deletions
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex
index 5e417ff5b4..8fc425d2d3 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -1,19 +1,27 @@
1\subsection{Bounce} 1\subsection{Bounce}
2\screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce} 2\screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce}
3 3This demo is of the word ``Rockbox'' bouncing across the screen.
4This demo is of the word ``Rockbox'' bouncing across the screen. There 4\opt{CONFIG_RTC}{There is also an analogue clock in the background.}
5is also an analogue clock on the Recorder platform. (The Ondio does 5In \setting{Scroll mode} the bouncing text is replaced by a different one
6not have clock support.) 6scrolling from right to left.
7
8Key controls for this demo are:
9 7
10\begin{table} 8\begin{table}
11\begin{btnmap}{}{} 9\begin{btnmap}{}{}
12F1/F2/F3 & Enters Bounce configuration options \\ 10\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
13UP/DOWN & Moves to next/previous option \\ 11 {\ButtonUp\ /\ \ButtonDown}
14LEFT/RIGHT & Increases/decreases option value \\ 12\opt{IPOD_4G_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd}
15ON & Changes to Scroll mode \\ 13& Moves to next/previous option\\
16OFF & Exits bounce demo\\ 14\ButtonLeft\ /\ \ButtonRight
15& Increases/decreases option value\\
16\opt{RECORDER_PAD}{\ButtonOn}
17\opt{ONDIO_PAD}{\ButtonMenu}
18\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect}
19\opt{IAUDIO_X5_PAD}{\ButtonPlay}
20& Toggles Scroll mode\\
21\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
22\opt{IPOD_4G_PAD}{\ButtonMenu}
23\opt{IAUDIO_X5_PAD}{\ButtonPower}
24& Exits bounce demo\\
17\end{btnmap} 25\end{btnmap}
18\end{table} 26\end{table}
19 27