From a0728672bf07f626049f8dc0007772794ae95ee1 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 22 Oct 2013 00:30:43 +0200 Subject: Initial commit for the Creative ZEN and ZEN X-Fi Change-Id: Ibd7b1b0b957ef11c200cb63eff7da53f11774748 --- firmware/export/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 37146b649d..a5c199484b 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -254,6 +254,7 @@ #define LCD_ILI9342 50 /* as used by HiFi E.T MA9/MA8 */ #define LCD_NWZE370 51 /* as used by Sony NWZ-E370 series */ #define LCD_NWZE360 52 /* as used by Sony NWZ-E360 series */ +#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) */ /* LCD_PIXELFORMAT */ @@ -523,8 +524,12 @@ Lyre prototype 1 */ #include "config/pandora.h" #elif defined(SAMSUNG_YPR0) #include "config/samsungypr0.h" +#elif defined(CREATIVE_ZENXFI) +#include "config/creativezenxfi.h" #elif defined(CREATIVE_ZENMOZAIC) #include "config/creativezenmozaic.h" +#elif defined(CREATIVE_ZEN) +#include "config/creativezen.h" #elif defined(MA9) #include "config/hifietma9.h" #elif defined(SONY_NWZE370) -- cgit v1.2.3