summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-01-05 15:20:41 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-01-21 18:52:28 +0100
commit69d0dae55bf3da2f356dbd03dba299c708133902 (patch)
treeff60084c40831c6f8f7b8806d54fe570c2d8955b /firmware/export/config.h
parentb3abcb807b7f6202158a47668af7f2505b6dd25e (diff)
downloadrockbox-69d0dae55bf3da2f356dbd03dba299c708133902.tar.gz
rockbox-69d0dae55bf3da2f356dbd03dba299c708133902.zip
Initial commit for the ZEN X-Fi Style
Change-Id: Ib25a357a7bafd2ef25f273cadff70fafbd8d4661
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 4 insertions, 1 deletions
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 @@
259#define LCD_CREATIVEZEN 55 /* as used by the Creative ZEN (X-Fi) (LMS250GF03-001(S6D0139)) */ 259#define LCD_CREATIVEZEN 55 /* as used by the Creative ZEN (X-Fi) (LMS250GF03-001(S6D0139)) */
260#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */ 260#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */
261#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */ 261#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */
262#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */ 262#define LCD_CREATIVEZENV 58 /* as used by the Creative Zen V (Plus) */
263#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */ 263#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
264#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */ 264#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */
265#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */
265 266
266/* LCD_PIXELFORMAT */ 267/* LCD_PIXELFORMAT */
267#define HORIZONTAL_PACKING 1 268#define HORIZONTAL_PACKING 1
@@ -556,6 +557,8 @@ Lyre prototype 1 */
556#include "config/ihifi760.h" 557#include "config/ihifi760.h"
557#elif defined(IHIFI960) 558#elif defined(IHIFI960)
558#include "config/ihifi960.h" 559#include "config/ihifi960.h"
560#elif defined(CREATIVE_ZENXFISTYLE)
561#include "config/creativezenxfistyle.h"
559#else 562#else
560/* no known platform */ 563/* no known platform */
561#endif 564#endif