From 69d0dae55bf3da2f356dbd03dba299c708133902 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 5 Jan 2014 15:20:41 +0100 Subject: Initial commit for the ZEN X-Fi Style Change-Id: Ib25a357a7bafd2ef25f273cadff70fafbd8d4661 --- firmware/export/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 89e0036947..b72aa33fa9 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -259,9 +259,10 @@ #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) */ +#define LCD_CREATIVEZENV 58 /* as used by the Creative Zen V (Plus) */ #define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */ #define LCD_IHIFI 60 /* as used by IHIFI 760/960 */ +#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -556,6 +557,8 @@ Lyre prototype 1 */ #include "config/ihifi760.h" #elif defined(IHIFI960) #include "config/ihifi960.h" +#elif defined(CREATIVE_ZENXFISTYLE) +#include "config/creativezenxfistyle.h" #else /* no known platform */ #endif -- cgit v1.2.3