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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index 9a201951fc..776b0315f8 100644
--- a/firmware/export/config/mrobe500.h
+++ b/firmware/export/config/mrobe500.h
@@ -87,9 +87,11 @@
87#if _RESOLUTION == _LCD_RES_VGA 87#if _RESOLUTION == _LCD_RES_VGA
88#define LCD_NATIVE_WIDTH 480 88#define LCD_NATIVE_WIDTH 480
89#define LCD_NATIVE_HEIGHT 640 89#define LCD_NATIVE_HEIGHT 640
90#define LCD_DPI 216
90#else 91#else
91#define LCD_NATIVE_WIDTH 240 92#define LCD_NATIVE_WIDTH 240
92#define LCD_NATIVE_HEIGHT 320 93#define LCD_NATIVE_HEIGHT 320
94#define LCD_DPI 108
93#endif 95#endif
94 96
95/* choose the lcd orientation. CONFIG_ORIENTATION defined in config.h */ 97/* choose the lcd orientation. CONFIG_ORIENTATION defined in config.h */