summaryrefslogtreecommitdiff
path: root/firmware/export/config/gogearhdd1630.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gogearhdd1630.h')
-rw-r--r--firmware/export/config/gogearhdd1630.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h
index 39aa01ea51..19ddeb6326 100644
--- a/firmware/export/config/gogearhdd1630.h
+++ b/firmware/export/config/gogearhdd1630.h
@@ -51,6 +51,8 @@
51/* LCD dimensions */ 51/* LCD dimensions */
52#define LCD_WIDTH 128 52#define LCD_WIDTH 128
53#define LCD_HEIGHT 128 53#define LCD_HEIGHT 128
54/* sqrt(128^2 + 128^2) / 1.5 = 120.7 */
55#define LCD_DPI 121
54#define LCD_DEPTH 16 /* 65536 colours */ 56#define LCD_DEPTH 16 /* 65536 colours */
55#define LCD_PIXELFORMAT RGB565 /* rgb565 byte-swapped */ 57#define LCD_PIXELFORMAT RGB565 /* rgb565 byte-swapped */
56 58