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/recorderv2fm.tex | |
parent | 91bacf363ae4251a87edda4cb1c414153e350d2e (diff) |
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/recorderv2fm.tex')
-rw-r--r-- | manual/platform/recorderv2fm.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index d652056794..cfc165b6da 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex @@ -1,12 +1,15 @@ % $Id$ % \def\UseOption{recorderv2fm} \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} +\edef\UseOption{\UseOption,HAVE_LCD_INVERT} +\edef\UseOption{\UseOption,HAVE_LCD_FLIP} \edef\UseOption{\UseOption,HAVE_RECORDING} \edef\UseOption{\UseOption,CONFIG_TUNER} \edef\UseOption{\UseOption,CONFIG_RTC} \edef\UseOption{\UseOption,HAVE_RTC_ALARM} \edef\UseOption{\UseOption,MASCODEC} \edef\UseOption{\UseOption,RECORDER_PAD} +\edef\UseOption{\UseOption,HAVE_BACKLIGHT} \edef\UseOption{\UseOption,archos} \newcommand{\playerman}{Archos} |