From 8b6950493bb281e8aac996219d33188c482b1d67 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 16 Sep 2004 14:36:08 +0000 Subject: Moved LCD_WIDHT/HEIGHT from lcd driver to config file. Simulators now use conig-xxx.h. Added Iriver H100 to tools/configure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5081 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiosp.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'firmware/export/config-ondiosp.h') diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 4189448070..a4f95a2947 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -4,9 +4,15 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* LCD dimensions */ +#define LCD_WIDTH 112 +#define LCD_HEIGHT 64 + /* define this if you have an Ondio style 6-key keyboard */ #define HAVE_ONDIO_KEYPAD +#ifndef SIMULATOR + /* Define this if you have a MAS3587F */ #define HAVE_MAS3587F @@ -64,3 +70,5 @@ /* Define this for MMC support instead of ATA harddisk */ #define HAVE_MMC +#endif /* SIMULATOR */ + -- cgit v1.2.3