diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-03-25 18:16:36 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-03-25 18:16:36 +0000 |
| commit | 62f5194df2a618f7cb4a29c6acc65bfefc246450 (patch) | |
| tree | fe1888ec8e69eee6f791d79bd91f6b087dfd53b8 | |
| parent | 09c09738ab1ddebdb506212191ece4824c1ef979 (diff) | |
| download | rockbox-62f5194df2a618f7cb4a29c6acc65bfefc246450.zip rockbox-62f5194df2a618f7cb4a29c6acc65bfefc246450.tar.gz rockbox-62f5194df2a618f7cb4a29c6acc65bfefc246450.tar.bz2 rockbox-62f5194df2a618f7cb4a29c6acc65bfefc246450.tar.xz | |
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
| -rwxr-xr-x | manual/plugins/credits.tex | 5 | ||||
| -rwxr-xr-x | manual/plugins/dice.tex | 25 | ||||
| -rwxr-xr-x | manual/plugins/images/ss-tetrox-112x64x1.png | bin | 0 -> 430 bytes | |||
| -rwxr-xr-x | manual/plugins/images/ss-tetrox-160x128x16.png | bin | 0 -> 2533 bytes | |||
| -rwxr-xr-x | manual/plugins/images/ss-tetrox-160x128x2.png | bin | 0 -> 1063 bytes | |||
| -rwxr-xr-x | manual/plugins/images/ss-tetrox-176x132x16.png | bin | 0 -> 2919 bytes | |||
| -rwxr-xr-x | manual/plugins/images/ss-tetrox-220x176x16.png | bin | 0 -> 4328 bytes | |||
| -rwxr-xr-x | manual/plugins/images/ss-tetrox-320x240x16.png | bin | 0 -> 6727 bytes | |||
| -rw-r--r-- | manual/plugins/main.tex | 9 | ||||
| -rwxr-xr-x | manual/plugins/stats.tex | 2 |
10 files changed, 40 insertions, 1 deletions
diff --git a/manual/plugins/credits.tex b/manual/plugins/credits.tex new file mode 100755 index 0000000..0534687 --- /dev/null +++ b/manual/plugins/credits.tex @@ -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. diff --git a/manual/plugins/dice.tex b/manual/plugins/dice.tex new file mode 100755 index 0000000..2d19146 --- /dev/null +++ b/manual/plugins/dice.tex @@ -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} diff --git a/manual/plugins/images/ss-tetrox-112x64x1.png b/manual/plugins/images/ss-tetrox-112x64x1.png Binary files differnew file mode 100755 index 0000000..875366d --- /dev/null +++ b/manual/plugins/images/ss-tetrox-112x64x1.png diff --git a/manual/plugins/images/ss-tetrox-160x128x16.png b/manual/plugins/images/ss-tetrox-160x128x16.png Binary files differnew file mode 100755 index 0000000..14c2ffd --- /dev/null +++ b/manual/plugins/images/ss-tetrox-160x128x16.png diff --git a/manual/plugins/images/ss-tetrox-160x128x2.png b/manual/plugins/images/ss-tetrox-160x128x2.png Binary files differnew file mode 100755 index 0000000..f2b0dee --- /dev/null +++ b/manual/plugins/images/ss-tetrox-160x128x2.png diff --git a/manual/plugins/images/ss-tetrox-176x132x16.png b/manual/plugins/images/ss-tetrox-176x132x16.png Binary files differnew file mode 100755 index 0000000..76b6d16 --- /dev/null +++ b/manual/plugins/images/ss-tetrox-176x132x16.png diff --git a/manual/plugins/images/ss-tetrox-220x176x16.png b/manual/plugins/images/ss-tetrox-220x176x16.png Binary files differnew file mode 100755 index 0000000..90a9a63 --- /dev/null +++ b/manual/plugins/images/ss-tetrox-220x176x16.png diff --git a/manual/plugins/images/ss-tetrox-320x240x16.png b/manual/plugins/images/ss-tetrox-320x240x16.png Binary files differnew file mode 100755 index 0000000..519b186 --- /dev/null +++ b/manual/plugins/images/ss-tetrox-320x240x16.png diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index a838352..2da1180 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -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}} diff --git a/manual/plugins/stats.tex b/manual/plugins/stats.tex new file mode 100755 index 0000000..8b4c86e --- /dev/null +++ b/manual/plugins/stats.tex @@ -0,0 +1,2 @@ +\subsection{Stats} +A plugin showing the number of files and dirs on your \dap.
\ No newline at end of file |