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 d700a15102..bdf8743942 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -94,6 +94,7 @@
94#define PHILIPS_HDD1630_PAD 29 94#define PHILIPS_HDD1630_PAD 29
95#define MEIZU_M6SL_PAD 30 95#define MEIZU_M6SL_PAD 30
96#define ONDAVX747_PAD 31 96#define ONDAVX747_PAD 31
97#define ONDAVX767_PAD 32
97 98
98/* CONFIG_REMOTE_KEYPAD */ 99/* CONFIG_REMOTE_KEYPAD */
99#define H100_REMOTE 1 100#define H100_REMOTE 1
@@ -137,6 +138,7 @@
137#define LCD_HDD1630 27 /* as used by the Philips HDD1630 */ 138#define LCD_HDD1630 27 /* as used by the Philips HDD1630 */
138#define LCD_MEIZUM6 28 /* as used by the Meizu M6SP and M6SL (various models) */ 139#define LCD_MEIZUM6 28 /* as used by the Meizu M6SP and M6SL (various models) */
139#define LCD_ONDAVX747 29 /* as used by the Onda VX747 */ 140#define LCD_ONDAVX747 29 /* as used by the Onda VX747 */
141#define LCD_ONDAVX767 30 /* as used by the Onda VX767 */
140 142
141/* LCD_PIXELFORMAT */ 143/* LCD_PIXELFORMAT */
142#define HORIZONTAL_PACKING 1 144#define HORIZONTAL_PACKING 1
@@ -291,6 +293,8 @@
291#include "config-meizu-m6sl.h" 293#include "config-meizu-m6sl.h"
292#elif defined(ONDA_VX747) 294#elif defined(ONDA_VX747)
293#include "config-ondavx747.h" 295#include "config-ondavx747.h"
296#elif defined(ONDA_VX767)
297#include "config-ondavx767.h"
294#else 298#else
295/* no known platform */ 299/* no known platform */
296#endif 300#endif