summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-07-19 09:24:29 +0000
committerJens Arnold <amiconn@rockbox.org>2005-07-19 09:24:29 +0000
commit82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7 (patch)
treec26486e3dc90d2e49e9407c32c09aa6c5e2b34ec /firmware/export/config-h300.h
parent144fc69a9f774aa3c0542ee075055bce87f28b14 (diff)
downloadrockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.tar.gz
rockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.zip
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
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h9
1 files changed, 6 insertions, 3 deletions
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 @@
1/* For Rolo and boot loader */
2#define MODEL_NUMBER 2
3
1/* define this if you have recording possibility */ 4/* define this if you have recording possibility */
2/*#define HAVE_RECORDING 1*/ 5/*#define HAVE_RECORDING 1*/
3 6
4/* define this if you have a bitmap LCD display */ 7/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 8#define HAVE_LCD_BITMAP 1
6 9
7/* For Rolo and boot loader */ 10/* define this if you have a colour LCD */
8#define MODEL_NUMBER 2 11#define HAVE_LCD_COLOR 1
9 12
10/* LCD dimensions */ 13/* LCD dimensions */
11#define LCD_WIDTH 220 14#define LCD_WIDTH 220
12#define LCD_HEIGHT 176 15#define LCD_HEIGHT 176
13#define LCD_DEPTH 18 16#define LCD_DEPTH 18 /* 262.144 colours */
14 17
15/* remote LCD */ 18/* remote LCD */
16#define LCD_REMOTE_WIDTH 128 19#define LCD_REMOTE_WIDTH 128