diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-11-05 14:36:31 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-11-05 14:36:31 +0000 |
commit | cd5d95090e0d1d8210cec612c48f9c44d48e2bfa (patch) | |
tree | 3a18b89a4d2b0a0ea82122b4eab9ec7f017455aa /manual/platform/e200.tex | |
parent | 91bacf363ae4251a87edda4cb1c414153e350d2e (diff) | |
download | rockbox-cd5d95090e0d1d8210cec612c48f9c44d48e2bfa.tar.gz rockbox-cd5d95090e0d1d8210cec612c48f9c44d48e2bfa.zip |
Add missing descriptions for display settings, mirror various HAVE_* defines in the platform files and let the display settings be included based on those, lots of minor tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15471 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/e200.tex')
-rw-r--r-- | manual/platform/e200.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index 0408a51de5..00c6eb3397 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -2,12 +2,17 @@ \def\UseOption{e200} \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} +\edef\UseOption{\UseOption,HAVE_LCD_INVERT} +\edef\UseOption{\UseOption,HAVE_LCD_FLIP} +\edef\UseOption{\UseOption,HAVE_LCD_SLEEP} \edef\UseOption{\UseOption,HAVE_RECORDING} \edef\UseOption{\UseOption,CONFIG_TUNER} \edef\UseOption{\UseOption,CONFIG_RTC} \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,SANSA_E200_PAD} \edef\UseOption{\UseOption,HAVE_LCD_COLOR} +\edef\UseOption{\UseOption,HAVE_BACKLIGHT} +\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} \edef\UseOption{\UseOption,sansa} \newcommand{\playerman}{Sansa} |