forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28441 a1c6a512-1295-4272-9138-f99709370657
30 lines
602 B
TeX
30 lines
602 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}{
|
|
\nopt{touchscreen}{\ButtonLeft{} / \ButtonRight}%
|
|
\opt{touchscreen}{\TouchMidLeft{} / \TouchMidRight}
|
|
&
|
|
\opt{HAVEREMOTEKEYMAP}{
|
|
& }
|
|
Toggle between colours
|
|
\\
|
|
|
|
Any other key
|
|
&
|
|
\opt{HAVEREMOTEKEYMAP}{
|
|
& }
|
|
Quit
|
|
\\
|
|
}
|
|
\nopt{lcd_color}{
|
|
Any key
|
|
&
|
|
\opt{HAVEREMOTEKEYMAP}{
|
|
& }
|
|
Quit
|
|
\\
|
|
}
|
|
\end{btnmap}
|