summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-06-25 09:22:19 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-06-25 09:22:19 +0200
commitd9d209256b88fc53f1481982a1fbacbd85c3818b (patch)
tree3d42877753c90478b02e1ea8d36ec69467ba21e6 /firmware
parentc9a028cc183d638c16ca9a8858b783b1830be16f (diff)
downloadrockbox-d9d209256b88fc53f1481982a1fbacbd85c3818b.tar.gz
rockbox-d9d209256b88fc53f1481982a1fbacbd85c3818b.zip
zen/zenxfi: fix config file comments
Change-Id: I7c9c73f749622ffc552638e84e5907a187087381
Diffstat (limited to 'firmware')
-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