add tetrox (with screenshots) and some other plugins to the manual

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9249 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2006-03-25 18:16:36 +00:00
parent 09c09738ab
commit 62f5194df2
10 changed files with 40 additions and 1 deletions

5
manual/plugins/credits.tex Executable file
View file

@ -0,0 +1,5 @@
\subsection{Credits}
The credits plugin scrolls the entire list of the names of all the Rockbox
contributors after displaying the Rockbox logo and version. This plugin is
called when selecting Rockbox Info from the Info section of the Rockbox main
menu.

25
manual/plugins/dice.tex Executable file
View file

@ -0,0 +1,25 @@
\subsection{Dice}
Dice is a simple dice rolling simulator. You can select number and type of dice
to roll, it shows individual numbers as well as the total of the rolled
dice.
\begin{table}[ht!]
\begin{center}
\begin{tabular}{ll}\toprule
\textbf{Key} & \textbf{Action}\\\midrule
\ButtonLeft/\ButtonRight & Pick between type and number of dice\\
\opt{PLAYER_PAD}{\ButtonPlay/\ButtonStop}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
{\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
& Select number of sides or number of dice\\
\opt{PLAYER_PAD}{\ButtonOn}\opt{RECORDER_PAD}{\ButtonOn/\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu}\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn/\ButtonSelect}
\opt{IPOD_4G_PAD}{\ButtonSelect}\opt{IAUDIO_X5_PAD}{\ButtonSelect/\ButtonPlay}
& Roll dice\\
\opt{PLAYER_PAD}{\ButtonMenu}\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
{\ButtonOff}\opt{IPOD_4G_PAD}{Long press on \ButtonPlay}\opt{IAUDIO_x5_PAD}{\ButtonPower}
& Quit\\\bottomrule
\end{tabular}
\end{center}
\end{table}

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -55,6 +55,8 @@ will carry on playing whilst plugins are being run.
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/star.tex}}
\opt{HAVE_LCD_BITMAP}{\input{plugins/tetrox.tex}}
\opt{recorder,recorderv2fm}{\input{plugins/wormlet.tex}}
\opt{h1xx,h300,ipodcolor,ipodnano,ipodvideo}{\input{plugins/xobox.tex}}
@ -63,6 +65,8 @@ will carry on playing whilst plugins are being run.
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bounce.tex}}
{\input{plugins/credits.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/cube.tex}}
\opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}}
@ -124,11 +128,12 @@ the associated file. Viewers are stored in the
\opt{recorder,recorderv2fm,ondio}{\input{plugins/calendar.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chess_clock.tex}}
\opt{recorder,recorderv2fm}{\input{plugins/clock.tex}}
{\input{plugins/dice.tex}}
\opt{recorder,recorderv2fm}{\input{plugins/euro_converter.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/favorites.tex}}
@ -139,4 +144,6 @@ the associated file. Viewers are stored in the
\opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}}
{\input{plugins/stats.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/stopwatch.tex}}

2
manual/plugins/stats.tex Executable file
View file

@ -0,0 +1,2 @@
\subsection{Stats}
A plugin showing the number of files and dirs on your \dap.