diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-11-13 15:14:28 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-11-13 15:14:28 +0000 |
| commit | da55588fc7e0134decd4ba8cc573f507302a5664 (patch) | |
| tree | 348137ec71582f1b2436252cd657d372bdde729c /manual/appendix | |
| parent | 6a27006a5ddf70926f9d45a0ce17a26473ecc403 (diff) | |
| download | rockbox-da55588fc7e0134decd4ba8cc573f507302a5664.zip rockbox-da55588fc7e0134decd4ba8cc573f507302a5664.tar.gz rockbox-da55588fc7e0134decd4ba8cc573f507302a5664.tar.bz2 rockbox-da55588fc7e0134decd4ba8cc573f507302a5664.tar.xz | |
Add a description of the bacdrop functionality and include description of relevant options for greyscale targets too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11522 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/config_file_options.tex | 5 | ||||
| -rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index dc7dd82..6be2435 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -183,8 +183,11 @@ disk poweroff & on, off & N/A\\ }% - \opt{HAVE_LCD_COLOR}{ + \nopt{archos}{% backdrop & /path/filename.bmp & N/A\\ + }% + + \opt{HAVE_LCD_COLOR}{ foreground color & 000000 to FFFFFF & RRGGBB\\ background color & 000000 to FFFFFF & RRGGBB\\ } diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 6d449ae..33f4d79 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -165,11 +165,11 @@ Ffwd{\textbar}Rew{\textgreater}} \section{Images} \begin{table} \begin{tagmap}{}{} - \opt{h300,x5,ipodcolor,ipodvideo}{ + \nopt{archos}{% \config{\%X{\textbar}filename.bmp{\textbar}} & Load and set a backdrop image for the WPS. % This image must be exactly the same size as your LCD.\\ - } + }% \config{\%P{\textbar}filename.bmp{\textbar}} & Load a Progress bar image for the WPS. Use \config{\%pb} tag to show the progress bar\\ |