diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-e200.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index f970869..6edab71 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -33,11 +33,21 @@ /* define this if you have LCD enable function */ #define HAVE_LCD_ENABLE +/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE + should be defined as well. */ +#define HAVE_LCD_SLEEP + #ifndef SIMULATOR #define HAVE_HOTSWAP #define HAVE_MULTIVOLUME #endif +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + +/* define this if you can flip your LCD */ +#define HAVE_LCD_FLIP + #define HAVE_BACKLIGHT_BRIGHTNESS /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 1 |