summaryrefslogtreecommitdiff
path: root/firmware/export/config/gogearsa9200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gogearsa9200.h')
-rw-r--r--firmware/export/config/gogearsa9200.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/gogearsa9200.h b/firmware/export/config/gogearsa9200.h
index a2f0489cef..40964a781f 100644
--- a/firmware/export/config/gogearsa9200.h
+++ b/firmware/export/config/gogearsa9200.h
@@ -35,6 +35,8 @@
35/* LCD dimensions */ 35/* LCD dimensions */
36#define LCD_WIDTH 128 36#define LCD_WIDTH 128
37#define LCD_HEIGHT 160 37#define LCD_HEIGHT 160
38/* sqrt(128^2 + 160^2) / 1.7 = 120.5 */
39#define LCD_DPI 121
38#define LCD_DEPTH 16 /* 65536 colours */ 40#define LCD_DEPTH 16 /* 65536 colours */
39#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 41#define LCD_PIXELFORMAT RGB565 /* rgb565 */
40 42