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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 637a754f2a..2e26e56a52 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -50,6 +50,13 @@
50 50
51#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ 51#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
52 52
53/* Virtual LED (icon) */
54#define CONFIG_LED LED_VIRTUAL
55
56#define MIN_CONTRAST_SETTING 5
57#define MAX_CONTRAST_SETTING 63
58#define DEFAULT_CONTRAST_SETTING 40
59
53#ifndef SIMULATOR 60#ifndef SIMULATOR
54 61
55/* Define this if you have a Philips PNX0101 */ 62/* Define this if you have a Philips PNX0101 */
@@ -90,13 +97,6 @@
90 97
91#define HAVE_GDB_API 98#define HAVE_GDB_API
92 99
93/* Virtual LED (icon) */
94#define CONFIG_LED LED_VIRTUAL
95
96#define MIN_CONTRAST_SETTING 5
97#define MAX_CONTRAST_SETTING 63
98#define DEFAULT_CONTRAST_SETTING 40
99
100/* Define this if you have adjustable CPU frequency */ 100/* Define this if you have adjustable CPU frequency */
101//#define HAVE_ADJUSTABLE_CPU_FREQ 101//#define HAVE_ADJUSTABLE_CPU_FREQ
102 102