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/plugins/mosaic.tex | |
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/plugins/mosaic.tex')
-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 @@ % $Id$ % % -% NOTE: -% This plugin is called "mosaique" but the tex file (and screenshot) -% is still named "mosaic". This should probably get changed sometime. % \subsection{Mosaique} \screenshot{plugins/images/ss-mosaic}{Mosaique}{img:mosaique} This simple graphics demo draws a mosaic picture on the screen of the \dap. -Press -\opt{PLAYER_PAD}{\ButtonStop}% -\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% -\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}% -\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% - ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}% -\opt{SANSA_FUZE_PAD}{Long \ButtonHome}% -\opt{PBELL_VIBE500_PAD}{\ButtonRec}% -\opt{GIGABEAT_S_PAD}{\ButtonBack} % -to quit. + +\begin{btnmap} + \PluginUp + & Change the gap between the drawing lines.\\ + \PluginSelect + & Restart the drawing process.\\ + \PluginCancel{} or \PluginExit + & Exits Mosaique demo\\ +\end{btnmap} |