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.h5
1 files changed, 5 insertions, 0 deletions
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 @@
254#define LCD_ILI9342 50 /* as used by HiFi E.T MA9/MA8 */ 254#define LCD_ILI9342 50 /* as used by HiFi E.T MA9/MA8 */
255#define LCD_NWZE370 51 /* as used by Sony NWZ-E370 series */ 255#define LCD_NWZE370 51 /* as used by Sony NWZ-E370 series */
256#define LCD_NWZE360 52 /* as used by Sony NWZ-E360 series */ 256#define LCD_NWZE360 52 /* as used by Sony NWZ-E360 series */
257#define LCD_CREATIVEZEN 55 /* as used by the Creative ZEN (X-Fi) (LMS250GF03-001(S6D0139)) */
257#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) */
258 259
259/* LCD_PIXELFORMAT */ 260/* LCD_PIXELFORMAT */
@@ -523,8 +524,12 @@ Lyre prototype 1 */
523#include "config/pandora.h" 524#include "config/pandora.h"
524#elif defined(SAMSUNG_YPR0) 525#elif defined(SAMSUNG_YPR0)
525#include "config/samsungypr0.h" 526#include "config/samsungypr0.h"
527#elif defined(CREATIVE_ZENXFI)
528#include "config/creativezenxfi.h"
526#elif defined(CREATIVE_ZENMOZAIC) 529#elif defined(CREATIVE_ZENMOZAIC)
527#include "config/creativezenmozaic.h" 530#include "config/creativezenmozaic.h"
531#elif defined(CREATIVE_ZEN)
532#include "config/creativezen.h"
528#elif defined(MA9) 533#elif defined(MA9)
529#include "config/hifietma9.h" 534#include "config/hifietma9.h"
530#elif defined(SONY_NWZE370) 535#elif defined(SONY_NWZE370)