summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/creativezen.h4
-rw-r--r--firmware/export/config/creativezenxfi.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h
index 5b89438691..a7054ee2b1 100644
--- a/firmware/export/config/creativezen.h
+++ b/firmware/export/config/creativezen.h
@@ -95,8 +95,8 @@
95#define LCD_HEIGHT 240 95#define LCD_HEIGHT 240
96/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */ 96/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
97#define LCD_DPI 160 97#define LCD_DPI 160
98#define LCD_DEPTH 24 /* 65536 colours */ 98#define LCD_DEPTH 24 /* 16M colours */
99#define LCD_PIXELFORMAT RGB888 /* rgb565 */ 99#define LCD_PIXELFORMAT RGB888 /* rgb888 */
100 100
101/* Define this if you have a software controlled poweroff */ 101/* Define this if you have a software controlled poweroff */
102#define HAVE_SW_POWEROFF 102#define HAVE_SW_POWEROFF
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