summaryrefslogtreecommitdiff
path: root/manual/platform/h1xx.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-11-05 14:36:31 +0000
committerNils Wallménius <nils@rockbox.org>2007-11-05 14:36:31 +0000
commitcd5d95090e0d1d8210cec612c48f9c44d48e2bfa (patch)
tree3a18b89a4d2b0a0ea82122b4eab9ec7f017455aa /manual/platform/h1xx.tex
parent91bacf363ae4251a87edda4cb1c414153e350d2e (diff)
downloadrockbox-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/h1xx.tex')
-rw-r--r--manual/platform/h1xx.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index f936eba5bc..985b9b252f 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -2,11 +2,15 @@
2\def\UseOption{h1xx} 2\def\UseOption{h1xx}
3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,HAVE_LCD_INVERT}
6\edef\UseOption{\UseOption,HAVE_LCD_FLIP}
5\edef\UseOption{\UseOption,HAVE_RECORDING} 7\edef\UseOption{\UseOption,HAVE_RECORDING}
6\edef\UseOption{\UseOption,CONFIG_TUNER} 8\edef\UseOption{\UseOption,CONFIG_TUNER}
7\edef\UseOption{\UseOption,SWCODEC} 9\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IRIVER_H100_PAD} 10\edef\UseOption{\UseOption,IRIVER_H100_PAD}
9\edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 11\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
12\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
13\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
10\edef\UseOption{\UseOption,iriver} 14\edef\UseOption{\UseOption,iriver}
11 15
12\newcommand{\playerman}{Iriver} 16\newcommand{\playerman}{Iriver}