diff options
author | Mark Arigo <markarigo@gmail.com> | 2009-12-25 04:05:01 +0000 |
---|---|---|
committer | Mark Arigo <markarigo@gmail.com> | 2009-12-25 04:05:01 +0000 |
commit | 6908cc52358df90a27452ab0f085fa41674440ff (patch) | |
tree | 32c307c3164e24ad427ac98b389bad823c363034 /firmware/export/config.h | |
parent | 4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e (diff) |
Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 114952e211..3997ce4b0c 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -114,6 +114,7 @@ #define ONDAVX777_PAD 39 #define SAMSUNG_YPS3_PAD 40 #define MINI2440_PAD 41 +#define PHILIPS_HDD6330_PAD 42 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -194,6 +195,7 @@ #define LCD_VIEW 35 /* as used by the Sansa View */ #define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */ #define LCD_MINI2440 37 /* as used by the Mini2440 */ +#define LCD_HDD6330 38 /* as used by the Philips HDD6330 */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -359,6 +361,8 @@ Lyre prototype 1 */ #include "config/gogearsa9200.h" #elif defined(PHILIPS_HDD1630) #include "config/gogearhdd1630.h" +#elif defined(PHILIPS_HDD6330) +#include "config/gogearhdd6330.h" #elif defined(SANSA_C100) #include "config/sansac100.h" #elif defined(MEIZU_M6SL) |