summaryrefslogtreecommitdiff
path: root/firmware/export/config/mrobe100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/mrobe100.h')
-rw-r--r--firmware/export/config/mrobe100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/mrobe100.h b/firmware/export/config/mrobe100.h
index dd1062b51b..c020bbc700 100644
--- a/firmware/export/config/mrobe100.h
+++ b/firmware/export/config/mrobe100.h
@@ -24,6 +24,8 @@
24/* LCD dimensions */ 24/* LCD dimensions */
25#define LCD_WIDTH 160 25#define LCD_WIDTH 160
26#define LCD_HEIGHT 128 26#define LCD_HEIGHT 128
27/* sqrt(160^2 + 128^2) / 1.7 = 120.5 */
28#define LCD_DPI 121
27#define LCD_DEPTH 1 29#define LCD_DEPTH 1
28 30
29#define LCD_PIXELFORMAT VERTICAL_PACKING 31#define LCD_PIXELFORMAT VERTICAL_PACKING