summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 9a9defcf2f..5625635c89 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -20,7 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22/* 22/*
23 * This config file is for the Onda VX747(+) 23 * This config file is for the Onda VX747(+)/VX777
24 */ 24 */
25 25
26#define TARGET_TREE /* this target is using the target tree system */ 26#define TARGET_TREE /* this target is using the target tree system */
@@ -29,8 +29,11 @@
29 29
30#ifdef ONDA_VX747P 30#ifdef ONDA_VX747P
31#define MODEL_NAME "Onda VX747+" 31#define MODEL_NAME "Onda VX747+"
32#define MODEL_NUMBER 44 32#define MODEL_NUMBER 54
33/* Define something for camera interface... */ 33/* Define something for camera interface... */
34#elif defined(ONDA_VX777)
35#define MODEL_NAME "Onda VX777"
36#define MODEL_NUMBER 61
34#else 37#else
35#define MODEL_NAME "Onda VX747" 38#define MODEL_NAME "Onda VX747"
36#define MODEL_NUMBER 45 39#define MODEL_NUMBER 45
@@ -87,7 +90,11 @@
87/* Define this if your LCD can be enabled/disabled */ 90/* Define this if your LCD can be enabled/disabled */
88#define HAVE_LCD_ENABLE 91#define HAVE_LCD_ENABLE
89 92
93#ifdef ONDA_VX777
94#define CONFIG_KEYPAD ONDAVX777_PAD
95#else
90#define CONFIG_KEYPAD ONDAVX747_PAD 96#define CONFIG_KEYPAD ONDAVX747_PAD
97#endif
91#define HAVE_TOUCHSCREEN 98#define HAVE_TOUCHSCREEN
92#define HAVE_BUTTON_DATA 99#define HAVE_BUTTON_DATA
93 100