From 18cfe431d7556f8cd7047018febe191073c26a1f Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 20 Aug 2006 23:05:47 +0000 Subject: Fix errors when building H10 Normal build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10668 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h10.h | 8 +++++--- firmware/export/config-h10_5gb.h | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 099df0d715..d225baddbe 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -37,7 +37,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER -#define CONFIG_RTC RTC_E8564 /* TODO: figure this out */ +/*#define CONFIG_RTC RTC_E8564*/ /* TODO: figure this out */ #endif /* Define this if you have a software controlled poweroff */ @@ -99,6 +99,8 @@ /* Type of LCD */ #define CONFIG_LCD LCD_H10 +#define DEFAULT_CONTRAST_SETTING 19 + /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 0 @@ -111,13 +113,13 @@ /* #define USB_IPODSTYLE */ /* define this if the unit can be powered or charged via USB */ -#define HAVE_USB_POWER +/*#define HAVE_USB_POWER*/ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL /* Define this if you have adjustable CPU frequency */ -#define HAVE_ADJUSTABLE_CPU_FREQ +/*#define HAVE_ADJUSTABLE_CPU_FREQ*/ #define BOOTFILE_EXT "h10" #define BOOTFILE "rockbox." BOOTFILE_EXT diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index c5aaceb573..b4ff34b612 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -38,7 +38,7 @@ /* define this if you have a real-time clock */ #ifndef BOOTLOADER -#define CONFIG_RTC RTC_E8564 /* TODO: figure this out */ +/*#define CONFIG_RTC RTC_E8564*/ /* TODO: figure this out */ #endif /* Define this if you have a software controlled poweroff */ @@ -98,6 +98,8 @@ /* Type of LCD */ #define CONFIG_LCD LCD_H10_5GB +#define DEFAULT_CONTRAST_SETTING 19 + /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 0 @@ -110,13 +112,13 @@ /* #define USB_IPODSTYLE */ /* define this if the unit can be powered or charged via USB */ -#define HAVE_USB_POWER +/*#define HAVE_USB_POWER*/ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL /* Define this if you have adjustable CPU frequency */ -#define HAVE_ADJUSTABLE_CPU_FREQ +/*#define HAVE_ADJUSTABLE_CPU_FREQ*/ #define BOOTFILE_EXT "h10" #define BOOTFILE "rockbox." BOOTFILE_EXT -- cgit v1.2.3