summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezenv.h')
-rw-r--r--firmware/export/config/creativezenv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenv.h b/firmware/export/config/creativezenv.h
index 9426cc0c4d..03dc261b85 100644
--- a/firmware/export/config/creativezenv.h
+++ b/firmware/export/config/creativezenv.h
@@ -93,6 +93,8 @@
93/* LCD dimensions */ 93/* LCD dimensions */
94#define LCD_WIDTH 132 94#define LCD_WIDTH 132
95#define LCD_HEIGHT 132 95#define LCD_HEIGHT 132
96/* sqrt(132^2 + 132^2) / 1.5 = 124.5 */
97#define LCD_DPI 124
96#define LCD_DEPTH 16 /* 65536 colours */ 98#define LCD_DEPTH 16 /* 65536 colours */
97#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 99#define LCD_PIXELFORMAT RGB565 /* rgb565 */
98 100