summaryrefslogtreecommitdiff
path: root/firmware/export
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
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')
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-h300.h2
-rw-r--r--firmware/export/config.h15
4 files changed, 11 insertions, 10 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 1426913d41..19bb99bc04 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -75,7 +75,7 @@
75#define FLASH_SIZE 0x200000 75#define FLASH_SIZE 0x200000
76 76
77/* Define this for LCD backlight available */ 77/* Define this for LCD backlight available */
78#define CONFIG_BACKLIGHT BL_IRIVER /* port controlled */ 78#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
79 79
80/* Define this to the CPU frequency */ 80/* Define this to the CPU frequency */
81#define CPU_FREQ 11289600 81#define CPU_FREQ 11289600
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index cdfc068626..b2c34c5a55 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -72,7 +72,7 @@
72#define FLASH_SIZE 0x200000 72#define FLASH_SIZE 0x200000
73 73
74/* Define this for LCD backlight available */ 74/* Define this for LCD backlight available */
75#define CONFIG_BACKLIGHT BL_IRIVER /* port controlled */ 75#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
76 76
77/* Define this to the CPU frequency */ 77/* Define this to the CPU frequency */
78#define CPU_FREQ 11289600 78#define CPU_FREQ 11289600
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 9cb13c0195..b7105b74e1 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -69,7 +69,7 @@
69#define FLASH_SIZE 0x400000 69#define FLASH_SIZE 0x400000
70 70
71/* Define this for LCD backlight available */ 71/* Define this for LCD backlight available */
72#define CONFIG_BACKLIGHT BL_IRIVER /* port controlled */ 72#define CONFIG_BACKLIGHT BL_IRIVER_H300 /* port controlled PWM */
73 73
74/* Define this to the CPU frequency */ 74/* Define this to the CPU frequency */
75#define CPU_FREQ 11289600 75#define CPU_FREQ 11289600
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 */