From 693af46f6de65012828a621ab07573096857ab64 Mon Sep 17 00:00:00 2001 From: Jean-Louis Biasini Date: Sat, 25 Feb 2012 23:43:18 +0100 Subject: 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 Tested-by: Thomas Martitz --- manual/plugins/mosaic.tex | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'manual') 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} -- cgit