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/config_file_options.tex | |
parent | 6a27006a5ddf70926f9d45a0ce17a26473ecc403 (diff) |
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/config_file_options.tex')
-rw-r--r-- | manual/appendix/config_file_options.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index dc7dd82a8d..6be2435b6b 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\\ } |