From 6908cc52358df90a27452ab0f085fa41674440ff Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 25 Dec 2009 04:05:01 +0000 Subject: 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 --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config.h') 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) -- cgit v1.2.3