summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index a3c737187b..03cedd0049 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -113,6 +113,13 @@
113 113
114#define HAVE_LCD_FLIP 114#define HAVE_LCD_FLIP
115 115
116/* Define this if your LCD can set contrast */
117#define HAVE_LCD_CONTRAST
118
119#define MIN_CONTRAST_SETTING 0
120#define MAX_CONTRAST_SETTING 63
121#define DEFAULT_CONTRAST_SETTING 47 /* Match boot contrast */
122
116/* LCD invert - does not currently work */ 123/* LCD invert - does not currently work */
117/* #define HAVE_LCD_INVERT */ 124/* #define HAVE_LCD_INVERT */
118 125