summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 723b852d3d..b9e3035951 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -84,3 +84,10 @@
84#define BOOTDIR "/" 84#define BOOTDIR "/"
85 85
86#endif /* SIMULATOR */ 86#endif /* SIMULATOR */
87
88#define HAVE_LCD_CONTRAST
89
90#define MIN_CONTRAST_SETTING 5
91#define MAX_CONTRAST_SETTING 31
92#define DEFAULT_CONTRAST_SETTING 30
93