summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 80961c93c1..ab5e37d20b 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -68,7 +68,17 @@
68/* LCD dimensions */ 68/* LCD dimensions */
69#define CONFIG_LCD LCD_MROBE500 69#define CONFIG_LCD LCD_MROBE500
70 70
71#if 0 71/* These defines are used internal to this header */
72#define _LCD_RES_QVGA 1
73#define _LCD_RES_VGA 2
74#define _LCD_PORTRAIT 1
75#define _LCD_LANDSCAPE 2
76
77/* Setup the resolution and orientation */
78#define _RESOLUTION _LCD_RES_VGA
79#define _ORIENTATION _LCD_LANDSCAPE
80
81#if _RESOLUTION == _LCD_RES_VGA
72#define LCD_NATIVE_WIDTH 480 82#define LCD_NATIVE_WIDTH 480
73#define LCD_NATIVE_HEIGHT 640 83#define LCD_NATIVE_HEIGHT 640
74#else 84#else
@@ -77,7 +87,7 @@
77#endif 87#endif
78 88
79/* choose the lcd orientation. CONFIG_ORIENTATION defined in config.h */ 89/* choose the lcd orientation. CONFIG_ORIENTATION defined in config.h */
80#if 0 90#if _ORIENTATION == _LCD_PORTRAIT
81/* This is the Portrait setup */ 91/* This is the Portrait setup */
82#define LCD_WIDTH LCD_NATIVE_WIDTH 92#define LCD_WIDTH LCD_NATIVE_WIDTH
83#define LCD_HEIGHT LCD_NATIVE_HEIGHT 93#define LCD_HEIGHT LCD_NATIVE_HEIGHT
@@ -183,7 +193,7 @@
183/* Define this if you have a Texas Instruments TSC2100 touch screen */ 193/* Define this if you have a Texas Instruments TSC2100 touch screen */
184#define HAVE_TSC2100 194#define HAVE_TSC2100
185 195
186#ifndef SIMULATOR 196#if !defined(SIMULATOR)
187 197
188/* M66591 register base */ 198/* M66591 register base */
189#define M66591_BASE 0x60000000 199#define M66591_BASE 0x60000000