zen/zenxfi: fix config file comments

Change-Id: I7c9c73f749622ffc552638e84e5907a187087381
This commit is contained in:
Amaury Pouly 2014-06-25 09:22:19 +02:00
parent c9a028cc18
commit d9d209256b
2 changed files with 4 additions and 4 deletions

View file

@ -95,8 +95,8 @@
#define LCD_HEIGHT 240 #define LCD_HEIGHT 240
/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */ /* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
#define LCD_DPI 160 #define LCD_DPI 160
#define LCD_DEPTH 24 /* 65536 colours */ #define LCD_DEPTH 24 /* 16M colours */
#define LCD_PIXELFORMAT RGB888 /* rgb565 */ #define LCD_PIXELFORMAT RGB888 /* rgb888 */
/* Define this if you have a software controlled poweroff */ /* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF #define HAVE_SW_POWEROFF

View file

@ -102,8 +102,8 @@
#define LCD_HEIGHT 240 #define LCD_HEIGHT 240
/* sqrt(320^2 + 240^2) / 2.5 = 160.0 */ /* sqrt(320^2 + 240^2) / 2.5 = 160.0 */
#define LCD_DPI 160 #define LCD_DPI 160
#define LCD_DEPTH 24 /* 65536 colours */ #define LCD_DEPTH 24 /* 16M colours */
#define LCD_PIXELFORMAT RGB888 /* rgb565 */ #define LCD_PIXELFORMAT RGB888 /* rgb888 */
/* Define this if you have a software controlled poweroff */ /* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF #define HAVE_SW_POWEROFF