summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-09-26 20:46:17 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-09-26 20:46:17 +0000
commite63649279186e119614b9ca892bcfa27e6af8337 (patch)
tree0e70869af41405372a2c229370c3d880719e38c7 /firmware/export/config-h100.h
parent9e92d06dd16a337dea5d7e80e747a8983e48891f (diff)
downloadrockbox-e63649279186e119614b9ca892bcfa27e6af8337.tar.gz
rockbox-e63649279186e119614b9ca892bcfa27e6af8337.zip
Fixed remote contrast settings. Maybe'll get some build errors here.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index aacb30dd44..71baa83100 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -50,6 +50,8 @@
50 50
51#define CONFIG_LCD LCD_S1D15E06 51#define CONFIG_LCD LCD_S1D15E06
52 52
53#define DEFAULT_REMOTE_CONTRAST_SETTING 42
54
53/* Define this for LCD backlight available */ 55/* Define this for LCD backlight available */
54#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */ 56#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
55 57