summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 05d75fc4f0..037bb26b2d 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -68,6 +68,8 @@
68/* Define this for LCD backlight available */ 68/* Define this for LCD backlight available */
69#define HAVE_BACKLIGHT 69#define HAVE_BACKLIGHT
70#define HAVE_BACKLIGHT_BRIGHTNESS 70#define HAVE_BACKLIGHT_BRIGHTNESS
71/* Which backlight fading type? */
72#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
71 73
72/* Define this if you have a software controlled poweroff */ 74/* Define this if you have a software controlled poweroff */
73#define HAVE_SW_POWEROFF 75#define HAVE_SW_POWEROFF
@@ -125,12 +127,6 @@
125 127
126#ifndef SIMULATOR 128#ifndef SIMULATOR
127 129
128/* define this if the backlight thread is used for fade, not for sim, needs
129 * HAVE_BACKLIGHT_BRIGHTNESS */
130#ifndef BOOTLOADER
131#define USE_BACKLIGHT_SW_FADING
132#endif
133
134/* Define this if your LCD can be enabled/disabled */ 130/* Define this if your LCD can be enabled/disabled */
135#define HAVE_LCD_ENABLE 131#define HAVE_LCD_ENABLE
136 132