1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/plugins/lamp.tex
2010-11-02 00:02:15 +00:00

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}