From 6e992abf36b1719cba18c9f4d519a02b187c8bca Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Thu, 9 Nov 2006 22:58:35 +0000 Subject: Target tree support for Iriver iFP. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11485 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ifp7xx.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/export/config-ifp7xx.h') diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h index b0724f6e83..637a754f2a 100644 --- a/firmware/export/config-ifp7xx.h +++ b/firmware/export/config-ifp7xx.h @@ -1,6 +1,8 @@ /* * This config file is for iriver iFP-799 */ +#define TARGET_TREE + #define IRIVER_IFP7XX_SERIES 1 /* For Rolo and boot loader */ @@ -91,6 +93,10 @@ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 +#define DEFAULT_CONTRAST_SETTING 40 + /* Define this if you have adjustable CPU frequency */ //#define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3