From 82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 19 Jul 2005 09:24:29 +0000 Subject: Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations for colour LCD support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7194 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-iaudiox5.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-iaudiox5.h') diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 6894fe2ca5..1a95a5202c 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -8,10 +8,13 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you have a colour LCD */ +#define HAVE_LCD_COLOR 1 + /* LCD dimensions */ #define LCD_WIDTH 160 #define LCD_HEIGHT 128 -#define LCD_DEPTH 18 /* 260.000 colors */ +#define LCD_DEPTH 18 /* 262.144 colors */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 -- cgit v1.2.3