a869d4a9ac
1) this patch replace all keymaps with PLA ones. It also clean some optionnal compiling that are not needed anymore througt PLA 2) the patch also made required change to the manual in order to match code's change. Change-Id: I54ec953f79a419a6bb2f78877ca8b82f572fb510 Reviewed-on: http://gerrit.rockbox.org/86 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
25 lines
611 B
TeX
25 lines
611 B
TeX
% $Id$ %
|
|
\subsection{Lamp}
|
|
Lamp is a simple plugin to use your player as a lamp (flashlight, torch).
|
|
You get an empty screen with maximum brightness.
|
|
\begin{btnmap}
|
|
\opt{lcd_color}{
|
|
\PluginLeft{} / \PluginRight
|
|
&
|
|
\opt{HAVEREMOTEKEYMAP}{
|
|
& }
|
|
Toggle between colours
|
|
\\
|
|
}
|
|
\opt{backlight_brightness}{
|
|
\nopt{scrollwheel}{\PluginUp{} / \PluginDown}
|
|
\opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack}
|
|
&
|
|
\opt{HAVEREMOTEKEYMAP}{
|
|
& }
|
|
Change the brightness
|
|
\\
|
|
}
|
|
\PluginCancel{} or \PluginExit
|
|
& Exit to menu\\
|
|
\end{btnmap}
|