summaryrefslogtreecommitdiff
path: root/firmware/export/config-ifp7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ifp7xx.h')
-rw-r--r--firmware/export/config-ifp7xx.h6
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 @@
1/* 1/*
2 * This config file is for iriver iFP-799 2 * This config file is for iriver iFP-799
3 */ 3 */
4#define TARGET_TREE
5
4#define IRIVER_IFP7XX_SERIES 1 6#define IRIVER_IFP7XX_SERIES 1
5 7
6/* For Rolo and boot loader */ 8/* For Rolo and boot loader */
@@ -91,6 +93,10 @@
91/* Virtual LED (icon) */ 93/* Virtual LED (icon) */
92#define CONFIG_LED LED_VIRTUAL 94#define CONFIG_LED LED_VIRTUAL
93 95
96#define MIN_CONTRAST_SETTING 5
97#define MAX_CONTRAST_SETTING 63
98#define DEFAULT_CONTRAST_SETTING 40
99
94/* Define this if you have adjustable CPU frequency */ 100/* Define this if you have adjustable CPU frequency */
95//#define HAVE_ADJUSTABLE_CPU_FREQ 101//#define HAVE_ADJUSTABLE_CPU_FREQ
96 102