diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-06-04 15:03:39 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-06-04 15:03:39 +0000 |
| commit | 959d23e231014de4e8cf4f8a7808633ed7eaf459 (patch) | |
| tree | 5e02b3f6fabbec0a2d62e326926ca74d9bb27d94 /manual/platform | |
| parent | 95afcf58c9fccfbc54ecc7778e0621d189483b20 (diff) | |
| download | rockbox-959d23e231014de4e8cf4f8a7808633ed7eaf459.zip rockbox-959d23e231014de4e8cf4f8a7808633ed7eaf459.tar.gz rockbox-959d23e231014de4e8cf4f8a7808633ed7eaf459.tar.bz2 rockbox-959d23e231014de4e8cf4f8a7808633ed7eaf459.tar.xz | |
Fix for 6) in FS #5460. Add a HAVE_LCD_COLOR option to the platform files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10050 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
| -rw-r--r-- | manual/platform/h300.tex | 1 | ||||
| -rw-r--r-- | manual/platform/ipodcolor.tex | 1 | ||||
| -rw-r--r-- | manual/platform/ipodnano.tex | 1 | ||||
| -rw-r--r-- | manual/platform/ipodvideo.tex | 1 | ||||
| -rw-r--r-- | manual/platform/x5.tex | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index 5fa549a..136122e 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -6,6 +6,7 @@ \edef\UseOption{\UseOption,CONFIG_RTC} \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IRIVER_H300_PAD} +\edef\UseOption{\UseOption,HAVE_LCD_COLOR} \newcommand{\playerman}{Iriver} \newcommand{\playertype}{H3xx} diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex index ed6094f..3a245bb 100644 --- a/manual/platform/ipodcolor.tex +++ b/manual/platform/ipodcolor.tex @@ -4,6 +4,7 @@ \edef\UseOption{\UseOption,CONFIG_RTC} \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IPOD_4G_PAD} +\edef\UseOption{\UseOption,HAVE_LCD_COLOR} \newcommand{\playerman}{Ipod} \newcommand{\playertype}{Color} diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index 4dcbc06..0173652 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex @@ -4,6 +4,7 @@ \edef\UseOption{\UseOption,CONFIG_RTC} \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IPOD_4G_PAD} +\edef\UseOption{\UseOption,HAVE_LCD_COLOR} \newcommand{\playerman}{Ipod} \newcommand{\playertype}{Nano} diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index 490d7b8..6611f75 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex @@ -4,6 +4,7 @@ \edef\UseOption{\UseOption,CONFIG_RTC} \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IPOD_4G_PAD} +\edef\UseOption{\UseOption,HAVE_LCD_COLOR} \newcommand{\playerman}{Ipod} \newcommand{\playertype}{Video} diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex index d0ce41d..0981d0b 100644 --- a/manual/platform/x5.tex +++ b/manual/platform/x5.tex @@ -6,6 +6,7 @@ \edef\UseOption{\UseOption,CONFIG_RTC} \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IAUDIO_X5_PAD} +\edef\UseOption{\UseOption,HAVE_LCD_COLOR} \newcommand{\playerman}{Iaudio} \newcommand{\playertype}{X5} |