summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenmozaic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezenmozaic.h')
-rw-r--r--firmware/export/config/creativezenmozaic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenmozaic.h b/firmware/export/config/creativezenmozaic.h
index 59012012ee..664459bf89 100644
--- a/firmware/export/config/creativezenmozaic.h
+++ b/firmware/export/config/creativezenmozaic.h
@@ -96,6 +96,8 @@
96/* LCD dimensions */ 96/* LCD dimensions */
97#define LCD_WIDTH 128 97#define LCD_WIDTH 128
98#define LCD_HEIGHT 160 98#define LCD_HEIGHT 160
99/* sqrt(128^2 + 160^2) / 1.8 = 113.8 */
100#define LCD_DPI 114
99#define LCD_DEPTH 16 /* 65536 colours */ 101#define LCD_DEPTH 16 /* 65536 colours */
100#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 102#define LCD_PIXELFORMAT RGB565 /* rgb565 */
101 103