From d29aef3d62b29df2034577b0467a74544745baa1 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 14 Nov 2005 22:12:50 +0000 Subject: H300 backlight git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7885 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'firmware/export/config.h') 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 @@ #define LCD_IPODNANO 7 /* as used by iPod Nano */ /* CONFIG_BACKLIGHT */ -#define BL_PA14_LO 0 /* Player, PA14 low active */ -#define BL_RTC 1 /* Recorder, RTC square wave output */ -#define BL_PA14_HI 2 /* Ondio, PA14 high active */ -#define BL_IRIVER 3 /* IRiver GPIO */ -#define BL_GMINI 4 /* Archos GMini */ -#define BL_IPOD4G 5 /* Apple iPod 4G */ -#define BL_IPODNANO 6 /* Apple iPod Nano */ +#define BL_PA14_LO 0 /* Player, PA14 low active */ +#define BL_RTC 1 /* Recorder, RTC square wave output */ +#define BL_PA14_HI 2 /* Ondio, PA14 high active */ +#define BL_IRIVER_H100 3 /* IRiver GPIO */ +#define BL_GMINI 4 /* Archos GMini */ +#define BL_IPOD4G 5 /* Apple iPod 4G */ +#define BL_IPODNANO 6 /* Apple iPod Nano */ +#define BL_IRIVER_H300 7 /* IRiver PWM */ /* CONFIG_I2C */ #define I2C_PLAYREC 0 /* Archos Player/Recorder style */ -- cgit v1.2.3