summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
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 @@
257#define LCD_CREATIVEZEN 55 /* as used by the Creative ZEN (X-Fi) (LMS250GF03-001(S6D0139)) */ 257#define LCD_CREATIVEZEN 55 /* as used by the Creative ZEN (X-Fi) (LMS250GF03-001(S6D0139)) */
258#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */ 258#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */
259#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */ 259#define LCD_ILI9342C 57 /* another type of lcd used by HiFi E.T MA9/MA8 */
260#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */
260 261
261/* LCD_PIXELFORMAT */ 262/* LCD_PIXELFORMAT */
262#define HORIZONTAL_PACKING 1 263#define HORIZONTAL_PACKING 1
@@ -531,6 +532,8 @@ Lyre prototype 1 */
531#include "config/creativezenmozaic.h" 532#include "config/creativezenmozaic.h"
532#elif defined(CREATIVE_ZEN) 533#elif defined(CREATIVE_ZEN)
533#include "config/creativezen.h" 534#include "config/creativezen.h"
535#elif defined(CREATIVE_ZENV)
536#include "config/creativezenv.h"
534#elif defined(MA9) 537#elif defined(MA9)
535#include "config/hifietma9.h" 538#include "config/hifietma9.h"
536#elif defined(MA9C) 539#elif defined(MA9C)