From fbc938864cdf701e72b402d6c913739a973ffb20 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 8 Nov 2005 23:28:34 +0000 Subject: 16-bit color for h300 for now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7793 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 7bdc5ab..647508e 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -18,7 +18,7 @@ /* LCD dimensions */ #define LCD_WIDTH 220 #define LCD_HEIGHT 176 -#define LCD_DEPTH 18 /* 262.144 colours */ +#define LCD_DEPTH 16 /* 65k colours */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 -- cgit v1.1