summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index a7df97068c..a5e22aaf26 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -85,9 +85,14 @@
85 85
86/* Define this for LCD backlight available */ 86/* Define this for LCD backlight available */
87#define HAVE_BACKLIGHT 87#define HAVE_BACKLIGHT
88
89#define HAVE_BACKLIGHT_BRIGHTNESS 88#define HAVE_BACKLIGHT_BRIGHTNESS
90 89
90/* define this if the backlight can be set to a brightness */
91#define __BACKLIGHT_INIT
92
93/* Which backlight fading type? */
94//#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
95
91/* Main LCD backlight brightness range and defaults */ 96/* Main LCD backlight brightness range and defaults */
92#define MIN_BRIGHTNESS_SETTING 100 97#define MIN_BRIGHTNESS_SETTING 100
93#define MAX_BRIGHTNESS_SETTING 300 98#define MAX_BRIGHTNESS_SETTING 300
@@ -95,7 +100,7 @@
95#define DEFAULT_DIMNESS_SETTING 100 /* "most dim" */ 100#define DEFAULT_DIMNESS_SETTING 100 /* "most dim" */
96 101
97/* Define this if you have a software controlled poweroff */ 102/* Define this if you have a software controlled poweroff */
98//#define HAVE_SW_POWEROFF 103#define HAVE_SW_POWEROFF
99 104
100/* The number of bytes reserved for loadable codecs */ 105/* The number of bytes reserved for loadable codecs */
101#define CODEC_SIZE 0x100000 106#define CODEC_SIZE 0x100000
@@ -108,7 +113,7 @@
108 113
109#define CONFIG_I2C I2C_JZ47XX 114#define CONFIG_I2C I2C_JZ47XX
110 115
111/* TLV320 has no tone controls, so we use the software ones */ 116/* has no tone controls, so we use the software ones */
112//#define HAVE_SW_TONE_CONTROLS 117//#define HAVE_SW_TONE_CONTROLS
113 118
114/*#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 119/*#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \
@@ -141,9 +146,6 @@
141/* Virtual LED (icon) */ 146/* Virtual LED (icon) */
142#define CONFIG_LED LED_VIRTUAL 147#define CONFIG_LED LED_VIRTUAL
143 148
144/* define this if the backlight can be set to a brightness */
145#define __BACKLIGHT_INIT
146
147/* Offset ( in the firmware file's header ) to the file CRC */ 149/* Offset ( in the firmware file's header ) to the file CRC */
148#define FIRMWARE_OFFSET_FILE_CRC 0 150#define FIRMWARE_OFFSET_FILE_CRC 0
149 151