From dbb76896ec5a7d698bed16bb218ae8df51b3d961 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 21 Jun 2014 00:20:24 +0200 Subject: lcd-24bit: fix up previous commit a1842c0 * e200v2 shouldn't use 24bit (was just for testing) * samsung ypr0/ypr1 should enable it but the correct number must be passed to bmp2rb Change-Id: Ia91b0ff80a54265d4c3111d9dcb8e7b9dd12b5d4 --- firmware/export/config/sansae200v2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index e70b409d51..c703439e7f 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -53,8 +53,8 @@ #define LCD_HEIGHT 220 /* sqrt(176^2 + 220^2) / 1.8 = 156.5 */ #define LCD_DPI 157 -#define LCD_DEPTH 24 /* 65536 colours */ -#define LCD_PIXELFORMAT RGB888 /* rgb565 */ +#define LCD_DEPTH 16 /* 65536 colours */ +#define LCD_PIXELFORMAT RGB565 /* rgb565 */ #ifndef BOOTLOADER /* define this if you have LCD enable function */ -- cgit v1.2.3