summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/rk27generic.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config/rk27generic.h b/firmware/export/config/rk27generic.h
index 5427d1fed4..6ed7353d16 100644
--- a/firmware/export/config/rk27generic.h
+++ b/firmware/export/config/rk27generic.h
@@ -113,9 +113,12 @@
113 113
114/* Define this for LCD backlight available */ 114/* Define this for LCD backlight available */
115#define HAVE_BACKLIGHT 115#define HAVE_BACKLIGHT
116#define HAVE_BACKLIGHT_BRIGHTNESS
116 117
117/* Doesn't work so comment it out for now */ 118/* Main LCD backlight brightness range and defaults */
118/* #define HAVE_BACKLIGHT_BRIGHTNESS */ 119#define MIN_BRIGHTNESS_SETTING 0
120#define MAX_BRIGHTNESS_SETTING 31
121#define DEFAULT_BRIGHTNESS_SETTING 18
119 122
120/* Define this if you have a software controlled poweroff */ 123/* Define this if you have a software controlled poweroff */
121#define HAVE_SW_POWEROFF 124#define HAVE_SW_POWEROFF