forked from len0rd/rockbox
-handles sys_events. -disable idle poweroff (part of FS#11578 by Hayden Pearce.) -correct button table in the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28429 a1c6a512-1295-4272-9138-f99709370657
23 lines
753 B
TeX
23 lines
753 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}{
|
|
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
|
|
,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
|
|
,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
|
|
{\ButtonLeft/\ButtonRight}
|
|
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight}
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
|
& Toggle between colours\\
|
|
Any ohter key
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
|
& Quit\\
|
|
}
|
|
\nopt{lcd_color}{
|
|
Any key
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
|
& Quit\\
|
|
}
|
|
\end{btnmap}
|