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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 23ee56fc75..702a58811c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -151,6 +151,7 @@
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#define SAMSUNG_YPZ5_PAD 59
154#define IHIFI_PAD 60
154 155
155/* CONFIG_REMOTE_KEYPAD */ 156/* CONFIG_REMOTE_KEYPAD */
156#define H100_REMOTE 1 157#define H100_REMOTE 1
@@ -260,6 +261,7 @@
260#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 */
261#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */ 262#define LCD_CREATIVEZENV 58 /* as used by the Creativr Zen V (Plus) */
262#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 */
263 265
264/* LCD_PIXELFORMAT */ 266/* LCD_PIXELFORMAT */
265#define HORIZONTAL_PACKING 1 267#define HORIZONTAL_PACKING 1
@@ -550,6 +552,10 @@ Lyre prototype 1 */
550#include "config/sonynwze360.h" 552#include "config/sonynwze360.h"
551#elif defined(SAMSUNG_YPZ5) 553#elif defined(SAMSUNG_YPZ5)
552#include "config/samsungypz5.h" 554#include "config/samsungypz5.h"
555#elif defined(IHIFI760)
556#include "config/ihifi760.h"
557#elif defined(IHIFI960)
558#include "config/ihifi960.h"
553#else 559#else
554/* no known platform */ 560/* no known platform */
555#endif 561#endif