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-h100.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 firmware/export/config-h100.h (limited to 'firmware/export/config-h100.h') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h new file mode 100644 index 0000000000..2efe4834a7 --- /dev/null +++ b/firmware/export/config-h100.h @@ -0,0 +1,28 @@ +/* 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 + +/* LCD dimensions */ +#define LCD_WIDTH 160 +#define LCD_HEIGHT 128 + +/* define this if you have the Recorder's 10-key keyboard */ +#define HAVE_RECORDER_KEYPAD 1 + +#ifndef SIMULATOR + +/* Define this if the platform has batteries */ +#define HAVE_BATTERIES 1 + +/* The start address index for ROM builds */ +#define ROM_START 0x11010 + +/* Define this for programmable LED available */ +#define HAVE_LED + +/* Define this for LCD backlight available */ +#define HAVE_BACKLIGHT + +#endif -- cgit v1.2.3