summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 8b1f9086bb..27bd2c523b 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -90,6 +90,8 @@
90/* Define this for LCD backlight available */ 90/* Define this for LCD backlight available */
91#define HAVE_BACKLIGHT 91#define HAVE_BACKLIGHT
92#define HAVE_BACKLIGHT_BRIGHTNESS 92#define HAVE_BACKLIGHT_BRIGHTNESS
93/* Which backlight fading type? */
94#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
93 95
94/* define this if you have a disk storage, i.e. something 96/* define this if you have a disk storage, i.e. something
95 that needs spinups and can cause skips when shaked */ 97 that needs spinups and can cause skips when shaked */
@@ -127,12 +129,6 @@
127 129
128#ifndef SIMULATOR 130#ifndef SIMULATOR
129 131
130/* define this if the backlight thread is used for fade, not for sim, needs
131 * HAVE_BACKLIGHT_BRIGHTNESS */
132#ifndef BOOTLOADER
133#define USE_BACKLIGHT_SW_FADING
134#endif
135
136/* Define this if your LCD can set contrast */ 132/* Define this if your LCD can set contrast */
137#define HAVE_LCD_CONTRAST 133#define HAVE_LCD_CONTRAST
138 134