diff options
author | Jean-Louis Biasini <jlbiasini@gmail.com> | 2012-02-25 23:43:18 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-03-03 16:37:47 +0100 |
commit | 693af46f6de65012828a621ab07573096857ab64 (patch) | |
tree | 3b3ffd25059e0772ee1e53ddc6205469d99b6d3f /manual | |
parent | d05db0a90c7bce7e6830e77a16c63a90e9e572c4 (diff) | |
download | rockbox-693af46f6de65012828a621ab07573096857ab64.tar.gz rockbox-693af46f6de65012828a621ab07573096857ab64.zip |
Plugin mosaique PLA integration (code + manual)
This commit change:
1) replace all keymaps with PLA ones.
2) add an alternative exit button (PLA_EXIT or PLA_CANCEL)
3) do the required change to the manual in order to match
code's changes.
4) add a missing key in the manual and show them in a table
Change-Id: Ie983c7673c9dec1a9daeb34f5edaaa3c8be7dd5e
Reviewed-on: http://gerrit.rockbox.org/129
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
Tested-by: Thomas Martitz <kugel@rockbox.org>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/plugins/mosaic.tex | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/manual/plugins/mosaic.tex b/manual/plugins/mosaic.tex index b14e496783..d5fdfefe64 100644 --- a/manual/plugins/mosaic.tex +++ b/manual/plugins/mosaic.tex | |||
@@ -1,19 +1,15 @@ | |||
1 | % $Id$ % | 1 | % $Id$ % |
2 | % | 2 | % |
3 | % NOTE: | ||
4 | % This plugin is called "mosaique" but the tex file (and screenshot) | ||
5 | % is still named "mosaic". This should probably get changed sometime. | ||
6 | % | 3 | % |
7 | \subsection{Mosaique} | 4 | \subsection{Mosaique} |
8 | \screenshot{plugins/images/ss-mosaic}{Mosaique}{img:mosaique} | 5 | \screenshot{plugins/images/ss-mosaic}{Mosaique}{img:mosaique} |
9 | This simple graphics demo draws a mosaic picture on the screen of the \dap. | 6 | This simple graphics demo draws a mosaic picture on the screen of the \dap. |
10 | Press | 7 | |
11 | \opt{PLAYER_PAD}{\ButtonStop}% | 8 | \begin{btnmap} |
12 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% | 9 | \PluginUp |
13 | \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}% | 10 | & Change the gap between the drawing lines.\\ |
14 | \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% | 11 | \PluginSelect |
15 | ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}% | 12 | & Restart the drawing process.\\ |
16 | \opt{SANSA_FUZE_PAD}{Long \ButtonHome}% | 13 | \PluginCancel{} or \PluginExit |
17 | \opt{PBELL_VIBE500_PAD}{\ButtonRec}% | 14 | & Exits Mosaique demo\\ |
18 | \opt{GIGABEAT_S_PAD}{\ButtonBack} % | 15 | \end{btnmap} |
19 | to quit. | ||