From d4945dc0d07b23eced900075e8748ccc7fb3e424 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Thu, 5 Oct 2006 10:58:51 +0000 Subject: Move all iPod targets into the target tree. FS#5890 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11129 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod3g.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-ipod3g.h') diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 94035069a5..e94c3c087c 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -1,7 +1,7 @@ /* * This config file is for the Apple iPod 3g */ -#define IPOD_ARCH 1 +#define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 7 @@ -101,6 +101,10 @@ #define USB_NONE +/* LCD contrast */ +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 +#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -- cgit v1.2.3