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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 5625635c89..a5f937f78e 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -116,9 +116,9 @@
116#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG 116#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
117 117
118/* Main LCD backlight brightness range and defaults */ 118/* Main LCD backlight brightness range and defaults */
119#define MIN_BRIGHTNESS_SETTING 1 119#define MIN_BRIGHTNESS_SETTING 0
120#define MAX_BRIGHTNESS_SETTING 30 120#define MAX_BRIGHTNESS_SETTING 15
121#define DEFAULT_BRIGHTNESS_SETTING 30 /* "full brightness" */ 121#define DEFAULT_BRIGHTNESS_SETTING 10 /* "full brightness" */
122#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */ 122#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
123 123
124/* Define this if you have a software controlled poweroff */ 124/* Define this if you have a software controlled poweroff */