summaryrefslogtreecommitdiff
path: root/firmware/export/config/mini2440.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/mini2440.h')
-rw-r--r--firmware/export/config/mini2440.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/mini2440.h b/firmware/export/config/mini2440.h
index d05e76adba..b872b78f83 100644
--- a/firmware/export/config/mini2440.h
+++ b/firmware/export/config/mini2440.h
@@ -59,6 +59,8 @@
59/* LCD dimensions */ 59/* LCD dimensions */
60#define LCD_WIDTH 240 60#define LCD_WIDTH 240
61#define LCD_HEIGHT 320 61#define LCD_HEIGHT 320
62/* sqrt(240^2 + 320^2) / 3.5 = 114.3 */
63#define LCD_DPI 114
62#define LCD_DPI 114 /* 400 pixels diagonally / 3.5 inch */ 64#define LCD_DPI 114 /* 400 pixels diagonally / 3.5 inch */
63/* The LCD is configured for RGB565 */ 65/* The LCD is configured for RGB565 */
64#define LCD_DEPTH 16 /* 65536 colours */ 66#define LCD_DEPTH 16 /* 65536 colours */