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 5b89438..a7054ee 100644
--- a/firmware/export/config/creativezen.h
+++ b/firmware/export/config/creativezen.h
@@ -95,8 +95,8 @@
#define LCD_HEIGHT 240
/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
#define LCD_DPI 160
-#define LCD_DEPTH 24 /* 65536 colours */
-#define LCD_PIXELFORMAT RGB888 /* rgb565 */
+#define LCD_DEPTH 24 /* 16M colours */
+#define LCD_PIXELFORMAT RGB888 /* rgb888 */
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h
index f74a2ca..e24289f 100644
--- a/firmware/export/config/creativezenxfi.h
+++ b/firmware/export/config/creativezenxfi.h
@@ -102,8 +102,8 @@
#define LCD_HEIGHT 240
/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
#define LCD_DPI 160
-#define LCD_DEPTH 24 /* 65536 colours */
-#define LCD_PIXELFORMAT RGB888 /* rgb565 */
+#define LCD_DEPTH 24 /* 16M colours */
+#define LCD_PIXELFORMAT RGB888 /* rgb888 */
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF