summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenxfi.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezenxfi.h')
-rw-r--r--firmware/export/config/creativezenxfi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h
index c0c031646a..6128d68aa0 100644
--- a/firmware/export/config/creativezenxfi.h
+++ b/firmware/export/config/creativezenxfi.h
@@ -97,6 +97,8 @@
97/* LCD dimensions */ 97/* LCD dimensions */
98#define LCD_WIDTH 320 98#define LCD_WIDTH 320
99#define LCD_HEIGHT 240 99#define LCD_HEIGHT 240
100/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
101#define LCD_DPI 160
100#define LCD_DEPTH 16 /* 65536 colours */ 102#define LCD_DEPTH 16 /* 65536 colours */
101#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 103#define LCD_PIXELFORMAT RGB565 /* rgb565 */
102/* framebuffer uses 24-bit/pix */ 104/* framebuffer uses 24-bit/pix */