diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-06-22 12:55:41 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-06-24 18:07:55 +0200 |
commit | d5591a2b28c4052c9cb7688ce09e66aa6add05bf (patch) | |
tree | 32957239734f2d44d456c51acb99864a7b67a460 /firmware/export/config/creativezenxfi.h | |
parent | cd4fb9ee798ccb11863aa98531852c2405bb6f8c (diff) |
zen/zenxfi: switch lcd driver to 24-bit mode
Change-Id: I2c42f0e422130bcdaf1aaf92c7b56776752f4f64
Diffstat (limited to 'firmware/export/config/creativezenxfi.h')
-rw-r--r-- | firmware/export/config/creativezenxfi.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h index d70a452312..f74a2ca165 100644 --- a/firmware/export/config/creativezenxfi.h +++ b/firmware/export/config/creativezenxfi.h @@ -102,10 +102,8 @@ #define LCD_HEIGHT 240 /* sqrt(320^2 + 240^2) / 2.5 = 160.0 */ #define LCD_DPI 160 -#define LCD_DEPTH 16 /* 65536 colours */ -#define LCD_PIXELFORMAT RGB565 /* rgb565 */ -/* framebuffer uses 24-bit/pix */ -#define IMX233_FRAMEBUFFER_SIZE (LCD_WIDTH * LCD_HEIGHT * 3) +#define LCD_DEPTH 24 /* 65536 colours */ +#define LCD_PIXELFORMAT RGB888 /* rgb565 */ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF |