diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-22 01:14:21 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-22 01:14:21 +0000 |
| commit | 2f2b9eab4b44f35f4aa82cd9c61255debcfa2f03 (patch) | |
| tree | 8b55c2efe1567a90d38eb20cac72a00773d2c3ab /firmware | |
| parent | 1b3622d589ebada6a696292380a4957995083795 (diff) | |
| download | rockbox-2f2b9eab4b44f35f4aa82cd9c61255debcfa2f03.zip rockbox-2f2b9eab4b44f35f4aa82cd9c61255debcfa2f03.tar.gz rockbox-2f2b9eab4b44f35f4aa82cd9c61255debcfa2f03.tar.bz2 rockbox-2f2b9eab4b44f35f4aa82cd9c61255debcfa2f03.tar.xz | |
The iriver simulator now uses the correct LCD driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6793 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config-h100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index b97ad90..82247cf 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -22,6 +22,8 @@ /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD +#define CONFIG_LCD LCD_S1D15E06 + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ @@ -54,8 +56,6 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -#define CONFIG_LCD LCD_S1D15E06 - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 |