From e1446381675be454d91081a2db1d275129970556 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 5 Sep 2008 15:09:40 +0000 Subject: Add Onda VX767 target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18422 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 d700a15102..bdf8743942 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -94,6 +94,7 @@ #define PHILIPS_HDD1630_PAD 29 #define MEIZU_M6SL_PAD 30 #define ONDAVX747_PAD 31 +#define ONDAVX767_PAD 32 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -137,6 +138,7 @@ #define LCD_HDD1630 27 /* as used by the Philips HDD1630 */ #define LCD_MEIZUM6 28 /* as used by the Meizu M6SP and M6SL (various models) */ #define LCD_ONDAVX747 29 /* as used by the Onda VX747 */ +#define LCD_ONDAVX767 30 /* as used by the Onda VX767 */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -291,6 +293,8 @@ #include "config-meizu-m6sl.h" #elif defined(ONDA_VX747) #include "config-ondavx747.h" +#elif defined(ONDA_VX767) +#include "config-ondavx767.h" #else /* no known platform */ #endif -- cgit v1.2.3