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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 96057710c0..1c2be01d93 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -55,11 +55,8 @@
55/* LCD dimensions */ 55/* LCD dimensions */
56#define CONFIG_LCD LCD_ONDAVX747 56#define CONFIG_LCD LCD_ONDAVX747
57 57
58/* choose the lcd orientation. both work */ 58#define LCD_WIDTH 240
59#define CONFIG_ORIENTATION SCREEN_PORTRAIT 59#define LCD_HEIGHT 400
60
61#define LCD_WIDTH 400
62#define LCD_HEIGHT 240
63 60
64#define LCD_DEPTH 16 /* 16bit colours */ 61#define LCD_DEPTH 16 /* 16bit colours */
65#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 62#define LCD_PIXELFORMAT RGB565 /* rgb565 */