diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-07 21:59:45 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-07 21:59:45 +0000 |
commit | ebdb89b519b8039b440a52b286f645266480e78a (patch) | |
tree | 3036931ad42d5db8afbb5d32653769b2dc6c2fb8 /manual/plugins | |
parent | d38f49f87b0a3a0343d6184a4add4fc630c72de9 (diff) |
Rename the flahslight plugin to lamp and add it to the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17406 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r-- | manual/plugins/lamp.tex | 15 | ||||
-rw-r--r-- | manual/plugins/main.tex | 2 |
2 files changed, 17 insertions, 0 deletions
diff --git a/manual/plugins/lamp.tex b/manual/plugins/lamp.tex new file mode 100644 index 0000000000..c0595872f9 --- /dev/null +++ b/manual/plugins/lamp.tex @@ -0,0 +1,15 @@ +% $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{table} + \begin{btnmap}{}{} + \ButtonLeft/\ButtonRight + & Toggle between colors\\ + \opt{PLAYER_PAD}{\ButtonMenu} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long press on \ButtonPlay} + \opt{IAUDIO_x5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} + & Quit\\ + \end{btnmap} +\end{table} diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 1e049f8d4c..5ea564891c 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -151,6 +151,8 @@ the associated file. Viewers are stored in the \opt{recorder,recorderv2fm,ondio}{\input{plugins/firmware_flash.tex}} +\opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}} + {\input{plugins/metronome.tex}} \opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}} |