diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2008-07-15 20:57:05 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2008-07-15 20:57:05 +0000 |
| commit | 8189246cbc0b4a435015dcf49826fedc5e48382f (patch) | |
| tree | 9a4b1c02084692034fbe3b859f75565e8c00c215 | |
| parent | 431c895542d482ddf7cced7d7bdfd252968ae875 (diff) | |
| download | rockbox-8189246cbc0b4a435015dcf49826fedc5e48382f.zip rockbox-8189246cbc0b4a435015dcf49826fedc5e48382f.tar.gz rockbox-8189246cbc0b4a435015dcf49826fedc5e48382f.tar.bz2 rockbox-8189246cbc0b4a435015dcf49826fedc5e48382f.tar.xz | |
Add a 'Set As Backdrop' item to the context menu description of targets with greyscale or colour screens. Use a better option for including the 'Load Backdrop' chapter too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18062 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/advanced_topics/main.tex | 2 | ||||
| -rw-r--r-- | manual/rockbox_interface/browsing_and_playing.tex | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 1fda07c..6247fe3 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -52,7 +52,7 @@ file find the instructions on the Rockbox website: See the \wikilink{CustomFiletypeColours} Wiki page for details. } -\nopt{archos,mrobe100}{% +\opt{lcd_non-mono}{% \subsection{\label{ref:LoadingBackdrops}Loading Backdrops} Rockbox supports showing an image as a backdrop in the \setting{File Browser} and the menus. The backdrop image must be a \fname{.bmp} file of the exact diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index 1814154..693d8e4 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex @@ -144,6 +144,11 @@ each option pertains both to files and directories): Deletes the currently selected directory and all of the files and subdirectories it may contain. Deleted directories cannot be recovered. Use this feature with caution! +\opt{lcd_non-mono}{ +\item [Set As Backdrop.] + Set the selected \fname{bmp} file as background image. The bitmaps need to meet the + conditions explained in \reference{ref:LoadingBackdrops}. +} \item [Open with.] Runs a viewer plugin on the file. Normally, when a file is selected in Rockbox, Rockbox automatically detects the file type and runs the appropriate plugin. |