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