summaryrefslogtreecommitdiff
path: root/firmware/export/config/xduoox20.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/xduoox20.h')
-rw-r--r--firmware/export/config/xduoox20.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h
index b90ebceb04..4a5b63bf38 100644
--- a/firmware/export/config/xduoox20.h
+++ b/firmware/export/config/xduoox20.h
@@ -48,10 +48,11 @@
48#define HAVE_BACKLIGHT_BRIGHTNESS 48#define HAVE_BACKLIGHT_BRIGHTNESS
49 49
50/* Main LCD backlight brightness range and defaults: the backlight driver 50/* Main LCD backlight brightness range and defaults: the backlight driver
51 * has levels from 0 to 2555. But 0 is off so start at 1. 51 * has levels from 0 to 255. But 0 is off so start at 1.
52 */ 52 */
53#define MIN_BRIGHTNESS_SETTING 1 53#define MIN_BRIGHTNESS_SETTING 1
54#define MAX_BRIGHTNESS_SETTING 255 54#define MAX_BRIGHTNESS_SETTING 255
55#define BRIGHTNESS_STEP 5
55#define DEFAULT_BRIGHTNESS_SETTING 70 56#define DEFAULT_BRIGHTNESS_SETTING 70
56 57
57/* Which backlight fading type? */ 58/* Which backlight fading type? */