summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezen.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezen.h')
-rw-r--r--firmware/export/config/creativezen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h
index 004e1403b7..1bfc056063 100644
--- a/firmware/export/config/creativezen.h
+++ b/firmware/export/config/creativezen.h
@@ -93,6 +93,8 @@
93/* LCD dimensions */ 93/* LCD dimensions */
94#define LCD_WIDTH 320 94#define LCD_WIDTH 320
95#define LCD_HEIGHT 240 95#define LCD_HEIGHT 240
96/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
97#define LCD_DPI 160
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/* framebuffer uses 24-bit/pix */ 100/* framebuffer uses 24-bit/pix */