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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 22108fff49..1d9a7a8883 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -81,8 +81,13 @@
81/* LCD dimensions */ 81/* LCD dimensions */
82#define CONFIG_LCD LCD_ONDAVX747 82#define CONFIG_LCD LCD_ONDAVX747
83 83
84#ifdef BOOTLOADER /* OF requires landscape */
85#define LCD_WIDTH 400
86#define LCD_HEIGHT 240
87#else
84#define LCD_WIDTH 240 88#define LCD_WIDTH 240
85#define LCD_HEIGHT 400 89#define LCD_HEIGHT 400
90#endif
86 91
87#define LCD_DEPTH 16 /* 16bit colours */ 92#define LCD_DEPTH 16 /* 16bit colours */
88#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 93#define LCD_PIXELFORMAT RGB565 /* rgb565 */