summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/xduoox3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index e5b5ed9a10..fa86caf511 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -45,6 +45,13 @@
45#define LCD_BL_DARKCOLOR 0x000000 45#define LCD_BL_DARKCOLOR 0x000000
46#define LCD_BL_BRIGHTCOLOR 0x0de2e5 46#define LCD_BL_BRIGHTCOLOR 0x0de2e5
47 47
48/* Define this if your LCD can set contrast */
49#define HAVE_LCD_CONTRAST
50
51#define MIN_CONTRAST_SETTING -9
52#define MAX_CONTRAST_SETTING -1
53#define DEFAULT_CONTRAST_SETTING -6
54
48/* define this if you have LCD enable function */ 55/* define this if you have LCD enable function */
49#define HAVE_LCD_ENABLE 56#define HAVE_LCD_ENABLE
50 57