summaryrefslogtreecommitdiff
path: root/firmware/export/config/gogearhdd6330.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gogearhdd6330.h')
-rw-r--r--firmware/export/config/gogearhdd6330.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h
index e96b4ab8c6..c28a2e4dca 100644
--- a/firmware/export/config/gogearhdd6330.h
+++ b/firmware/export/config/gogearhdd6330.h
@@ -51,6 +51,8 @@
51/* LCD dimensions */ 51/* LCD dimensions */
52#define LCD_WIDTH 220 52#define LCD_WIDTH 220
53#define LCD_HEIGHT 176 53#define LCD_HEIGHT 176
54/* sqrt(220^2 + 176^2) / 2.0 = 140.9 */
55#define LCD_DPI 141
54#define LCD_DEPTH 16 /* 65536 colours */ 56#define LCD_DEPTH 16 /* 65536 colours */
55#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 57#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
56 58