summaryrefslogtreecommitdiff
path: root/firmware/export/config-ifp7xx.h
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2006-11-09 22:58:35 +0000
committerTomasz Malesinski <tomal@rockbox.org>2006-11-09 22:58:35 +0000
commit6e992abf36b1719cba18c9f4d519a02b187c8bca (patch)
treec7a02d2f1182990bb1df8d11fc4d4967e3695340 /firmware/export/config-ifp7xx.h
parentfedfd44825a1880019706a2b71241216350e3590 (diff)
downloadrockbox-6e992abf36b1719cba18c9f4d519a02b187c8bca.tar.gz
rockbox-6e992abf36b1719cba18c9f4d519a02b187c8bca.zip
Target tree support for Iriver iFP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11485 a1c6a512-1295-4272-9138-f99709370657
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