summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index f9708697dc..6edab71fbf 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -33,11 +33,21 @@
33/* define this if you have LCD enable function */ 33/* define this if you have LCD enable function */
34#define HAVE_LCD_ENABLE 34#define HAVE_LCD_ENABLE
35 35
36/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
37 should be defined as well. */
38#define HAVE_LCD_SLEEP
39
36#ifndef SIMULATOR 40#ifndef SIMULATOR
37#define HAVE_HOTSWAP 41#define HAVE_HOTSWAP
38#define HAVE_MULTIVOLUME 42#define HAVE_MULTIVOLUME
39#endif 43#endif
40 44
45/* define this if you can invert the colours on your LCD */
46#define HAVE_LCD_INVERT
47
48/* define this if you can flip your LCD */
49#define HAVE_LCD_FLIP
50
41#define HAVE_BACKLIGHT_BRIGHTNESS 51#define HAVE_BACKLIGHT_BRIGHTNESS
42/* Main LCD backlight brightness range and defaults */ 52/* Main LCD backlight brightness range and defaults */
43#define MIN_BRIGHTNESS_SETTING 1 53#define MIN_BRIGHTNESS_SETTING 1