From 977a6c3ce7a2ab960590e9d997388cca2e4c29ee Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 18 Nov 2013 20:07:02 +0000 Subject: Initial commit for the Creative ZEN V Change-Id: I3408cfdf742ea5995d5c87bf76653f436e1ec2b0 --- firmware/export/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index ffe34fb81b..3c4c72c054 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -257,6 +257,7 @@ #define LCD_CREATIVEZEN 55 /* as used by the Creative ZEN (X-Fi) (LMS250GF03-001(S6D0139)) */ #define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */ #define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */ +#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -531,6 +532,8 @@ Lyre prototype 1 */ #include "config/creativezenmozaic.h" #elif defined(CREATIVE_ZEN) #include "config/creativezen.h" +#elif defined(CREATIVE_ZENV) +#include "config/creativezenv.h" #elif defined(MA9) #include "config/hifietma9.h" #elif defined(MA9C) -- cgit v1.2.3