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-h300.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-h300.h') diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 1c284b9ef8..be6511cb2f 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -1,16 +1,19 @@ +/* For Rolo and boot loader */ +#define MODEL_NUMBER 2 + /* define this if you have recording possibility */ /*#define HAVE_RECORDING 1*/ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 -/* For Rolo and boot loader */ -#define MODEL_NUMBER 2 +/* define this if you have a colour LCD */ +#define HAVE_LCD_COLOR 1 /* LCD dimensions */ #define LCD_WIDTH 220 #define LCD_HEIGHT 176 -#define LCD_DEPTH 18 +#define LCD_DEPTH 18 /* 262.144 colours */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 -- cgit v1.2.3