summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenxfi.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/creativezenxfi.h')
-rw-r--r--firmware/export/config/creativezenxfi.h6
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 @@
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 16 /* 65536 colours */ 105#define LCD_DEPTH 24 /* 65536 colours */
106#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 106#define LCD_PIXELFORMAT RGB888 /* rgb565 */
107/* framebuffer uses 24-bit/pix */
108#define IMX233_FRAMEBUFFER_SIZE (LCD_WIDTH * LCD_HEIGHT * 3)
109 107
110/* Define this if you have a software controlled poweroff */ 108/* Define this if you have a software controlled poweroff */
111#define HAVE_SW_POWEROFF 109#define HAVE_SW_POWEROFF