diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-06-25 09:22:19 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-06-25 09:22:19 +0200 |
| commit | d9d209256b88fc53f1481982a1fbacbd85c3818b (patch) | |
| tree | 3d42877753c90478b02e1ea8d36ec69467ba21e6 | |
| parent | c9a028cc183d638c16ca9a8858b783b1830be16f (diff) | |
| download | rockbox-d9d209256b88fc53f1481982a1fbacbd85c3818b.zip rockbox-d9d209256b88fc53f1481982a1fbacbd85c3818b.tar.gz rockbox-d9d209256b88fc53f1481982a1fbacbd85c3818b.tar.bz2 rockbox-d9d209256b88fc53f1481982a1fbacbd85c3818b.tar.xz | |
zen/zenxfi: fix config file comments
Change-Id: I7c9c73f749622ffc552638e84e5907a187087381
| -rw-r--r-- | firmware/export/config/creativezen.h | 4 | ||||
| -rw-r--r-- | firmware/export/config/creativezenxfi.h | 4 |
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 |