summaryrefslogtreecommitdiff
path: root/firmware/export/config/ondavx767.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ondavx767.h')
-rw-r--r--firmware/export/config/ondavx767.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config/ondavx767.h b/firmware/export/config/ondavx767.h
index 19bb7ed580..bf9aaed7c1 100644
--- a/firmware/export/config/ondavx767.h
+++ b/firmware/export/config/ondavx767.h
@@ -65,8 +65,11 @@
65/* LCD dimensions */ 65/* LCD dimensions */
66#define CONFIG_LCD LCD_ONDAVX767 66#define CONFIG_LCD LCD_ONDAVX767
67 67
68#define LCD_WIDTH 320 68/* this are not actually the correct dimensions (480x272 is correct)
69#define LCD_HEIGHT 240 69 * should be fixed once there's a working LCD driver */
70#define LCD_WIDTH 480
71#define LCD_HEIGHT 272
72#define LCD_DPI 128
70 73
71#define LCD_DEPTH 16 /* 16bit colours */ 74#define LCD_DEPTH 16 /* 16bit colours */
72#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 75#define LCD_PIXELFORMAT RGB565 /* rgb565 */