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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h
index f74a2ca165..e24289f972 100644
--- a/firmware/export/config/creativezenxfi.h
+++ b/firmware/export/config/creativezenxfi.h
@@ -102,8 +102,8 @@
102#define LCD_HEIGHT 240 102#define LCD_HEIGHT 240
103/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */ 103/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
104#define LCD_DPI 160 104#define LCD_DPI 160
105#define LCD_DEPTH 24 /* 65536 colours */ 105#define LCD_DEPTH 24 /* 16M colours */
106#define LCD_PIXELFORMAT RGB888 /* rgb565 */ 106#define LCD_PIXELFORMAT RGB888 /* rgb888 */
107 107
108/* Define this if you have a software controlled poweroff */ 108/* Define this if you have a software controlled poweroff */
109#define HAVE_SW_POWEROFF 109#define HAVE_SW_POWEROFF