From d9d209256b88fc53f1481982a1fbacbd85c3818b Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 25 Jun 2014 09:22:19 +0200 Subject: zen/zenxfi: fix config file comments Change-Id: I7c9c73f749622ffc552638e84e5907a187087381 --- firmware/export/config/creativezen.h | 4 ++-- firmware/export/config/creativezenxfi.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export') 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 -- cgit v1.2.3