diff options
Diffstat (limited to 'firmware/export/config-ifp7xx.h')
-rw-r--r-- | firmware/export/config-ifp7xx.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |