summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-02-17 23:49:07 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-02-17 23:49:07 +0000
commit87e9944b90914e3c22900518f83422885e7ce063 (patch)
treec97820e9dcbed884a31e0cddeafaf98517bf1082 /firmware/export
parent2067fcc695852a5589d6dded27cde77e20380179 (diff)
downloadrockbox-87e9944b90914e3c22900518f83422885e7ce063.tar.gz
rockbox-87e9944b90914e3c22900518f83422885e7ce063.zip
Should be LCD_H10_20GB, not LCD_H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12371 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f38a8bfc16..b9420122e0 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -99,7 +99,7 @@
99#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */ 99#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */
100#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */ 100#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */
101#define LCD_GIGABEAT 12 101#define LCD_GIGABEAT 12
102#define LCD_H10 13 /* as used by iriver H10 20Gb */ 102#define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */
103#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */ 103#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
104#define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */ 104#define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */
105#define LCD_DSC25 16 /* as used by Archos AV300 */ 105#define LCD_DSC25 16 /* as used by Archos AV300 */