summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-14 22:12:50 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-14 22:12:50 +0000
commitd29aef3d62b29df2034577b0467a74544745baa1 (patch)
tree4ce6abdf97490f3b91d1117404fd5c6d52f2d72c /firmware/export/config.h
parente13fad3b4bb6eb470149ddafb2833837d6c076e9 (diff)
downloadrockbox-d29aef3d62b29df2034577b0467a74544745baa1.tar.gz
rockbox-d29aef3d62b29df2034577b0467a74544745baa1.zip
H300 backlight
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7885 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 41e639f125..ea047cbace 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -77,13 +77,14 @@
77#define LCD_IPODNANO 7 /* as used by iPod Nano */ 77#define LCD_IPODNANO 7 /* as used by iPod Nano */
78 78
79/* CONFIG_BACKLIGHT */ 79/* CONFIG_BACKLIGHT */
80#define BL_PA14_LO 0 /* Player, PA14 low active */ 80#define BL_PA14_LO 0 /* Player, PA14 low active */
81#define BL_RTC 1 /* Recorder, RTC square wave output */ 81#define BL_RTC 1 /* Recorder, RTC square wave output */
82#define BL_PA14_HI 2 /* Ondio, PA14 high active */ 82#define BL_PA14_HI 2 /* Ondio, PA14 high active */
83#define BL_IRIVER 3 /* IRiver GPIO */ 83#define BL_IRIVER_H100 3 /* IRiver GPIO */
84#define BL_GMINI 4 /* Archos GMini */ 84#define BL_GMINI 4 /* Archos GMini */
85#define BL_IPOD4G 5 /* Apple iPod 4G */ 85#define BL_IPOD4G 5 /* Apple iPod 4G */
86#define BL_IPODNANO 6 /* Apple iPod Nano */ 86#define BL_IPODNANO 6 /* Apple iPod Nano */
87#define BL_IRIVER_H300 7 /* IRiver PWM */
87 88
88/* CONFIG_I2C */ 89/* CONFIG_I2C */
89#define I2C_PLAYREC 0 /* Archos Player/Recorder style */ 90#define I2C_PLAYREC 0 /* Archos Player/Recorder style */