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 @@ #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 f74a2ca165..e24289f972 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