summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-12-25 04:05:01 +0000
committerMark Arigo <markarigo@gmail.com>2009-12-25 04:05:01 +0000
commit6908cc52358df90a27452ab0f085fa41674440ff (patch)
tree32c307c3164e24ad427ac98b389bad823c363034 /firmware/export/config.h
parent4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e (diff)
downloadrockbox-6908cc52358df90a27452ab0f085fa41674440ff.tar.gz
rockbox-6908cc52358df90a27452ab0f085fa41674440ff.zip
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.h4
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 @@
114#define ONDAVX777_PAD 39 114#define ONDAVX777_PAD 39
115#define SAMSUNG_YPS3_PAD 40 115#define SAMSUNG_YPS3_PAD 40
116#define MINI2440_PAD 41 116#define MINI2440_PAD 41
117#define PHILIPS_HDD6330_PAD 42
117 118
118/* CONFIG_REMOTE_KEYPAD */ 119/* CONFIG_REMOTE_KEYPAD */
119#define H100_REMOTE 1 120#define H100_REMOTE 1
@@ -194,6 +195,7 @@
194#define LCD_VIEW 35 /* as used by the Sansa View */ 195#define LCD_VIEW 35 /* as used by the Sansa View */
195#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */ 196#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */
196#define LCD_MINI2440 37 /* as used by the Mini2440 */ 197#define LCD_MINI2440 37 /* as used by the Mini2440 */
198#define LCD_HDD6330 38 /* as used by the Philips HDD6330 */
197 199
198/* LCD_PIXELFORMAT */ 200/* LCD_PIXELFORMAT */
199#define HORIZONTAL_PACKING 1 201#define HORIZONTAL_PACKING 1
@@ -359,6 +361,8 @@ Lyre prototype 1 */
359#include "config/gogearsa9200.h" 361#include "config/gogearsa9200.h"
360#elif defined(PHILIPS_HDD1630) 362#elif defined(PHILIPS_HDD1630)
361#include "config/gogearhdd1630.h" 363#include "config/gogearhdd1630.h"
364#elif defined(PHILIPS_HDD6330)
365#include "config/gogearhdd6330.h"
362#elif defined(SANSA_C100) 366#elif defined(SANSA_C100)
363#include "config/sansac100.h" 367#include "config/sansac100.h"
364#elif defined(MEIZU_M6SL) 368#elif defined(MEIZU_M6SL)