From aa7ff208ce849bfccc7808e91d9781539be885ca Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 11 Jan 2006 16:09:40 +0000 Subject: let's hope we can start with using the x5 LCD in 16bits as then we can re-use much code from the h3x0 and ipod LCD code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8338 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-iaudiox5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-iaudiox5.h') diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index dd31ada298..a06d22b3c1 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -14,7 +14,7 @@ /* LCD dimensions */ #define LCD_WIDTH 160 #define LCD_HEIGHT 128 -#define LCD_DEPTH 18 /* 262.144 colors */ +#define LCD_DEPTH 16 /* 262.144 colors but we use 16bit for now */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 -- cgit v1.2.3