diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-07 22:28:54 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-07 22:28:54 +0000 |
| commit | 93651ed84d8595bc57580dc7ca97db57d3682b78 (patch) | |
| tree | 2c529fc593189b3a77cf2ee753fbd40743774313 | |
| parent | ebdb89b519b8039b440a52b286f645266480e78a (diff) | |
| download | rockbox-93651ed84d8595bc57580dc7ca97db57d3682b78.zip rockbox-93651ed84d8595bc57580dc7ca97db57d3682b78.tar.gz rockbox-93651ed84d8595bc57580dc7ca97db57d3682b78.tar.bz2 rockbox-93651ed84d8595bc57580dc7ca97db57d3682b78.tar.xz | |
Lamp plugin manual: Only show the colour toggle keys for colour targets, change spelling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17407 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/lamp.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/plugins/lamp.tex b/manual/plugins/lamp.tex index c059587..a947a10 100644 --- a/manual/plugins/lamp.tex +++ b/manual/plugins/lamp.tex @@ -4,8 +4,9 @@ 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{lcd_color}{\ButtonLeft/\ButtonRight + & Toggle between colours\\ + } \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} |