summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2008-05-21 03:50:48 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2008-05-21 03:50:48 +0000
commit4c99f9a74964c4a44ca27a216f302bdc79b23121 (patch)
tree46fa958655a835c51f788b7afa04c2f25b68f9ab /firmware/export/config-gigabeat.h
parent7a4d1609ee12a928d25a1ee58c0cee448853ff82 (diff)
downloadrockbox-4c99f9a74964c4a44ca27a216f302bdc79b23121.tar.gz
rockbox-4c99f9a74964c4a44ca27a216f302bdc79b23121.zip
Contrast settings for the gigabeat F/X
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17590 a1c6a512-1295-4272-9138-f99709370657
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