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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3c4c72c054..23ee56fc75 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -150,6 +150,7 @@
150#define MA_PAD 56 150#define MA_PAD 56
151#define SONY_NWZ_PAD 57 151#define SONY_NWZ_PAD 57
152#define CREATIVE_ZEN_PAD 58 152#define CREATIVE_ZEN_PAD 58
153#define SAMSUNG_YPZ5_PAD 59
153 154
154/* CONFIG_REMOTE_KEYPAD */ 155/* CONFIG_REMOTE_KEYPAD */
155#define H100_REMOTE 1 156#define H100_REMOTE 1
@@ -258,6 +259,7 @@
258#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */ 259#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 */ 260#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) */ 261#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */
262#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
261 263
262/* LCD_PIXELFORMAT */ 264/* LCD_PIXELFORMAT */
263#define HORIZONTAL_PACKING 1 265#define HORIZONTAL_PACKING 1
@@ -546,6 +548,8 @@ Lyre prototype 1 */
546#include "config/sonynwze370.h" 548#include "config/sonynwze370.h"
547#elif defined(SONY_NWZE360) 549#elif defined(SONY_NWZE360)
548#include "config/sonynwze360.h" 550#include "config/sonynwze360.h"
551#elif defined(SAMSUNG_YPZ5)
552#include "config/samsungypz5.h"
549#else 553#else
550/* no known platform */ 554/* no known platform */
551#endif 555#endif