summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-14 23:37:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-14 23:37:19 +0000
commit6b569d3ace5b92f80b5726b2d833bd7a21b5f2cf (patch)
tree26ba8e6ad899a909090c0d2642c5ff4880fc4714 /firmware/export
parentb165947d81466dce9563816dbe90187b06ed1c93 (diff)
downloadrockbox-6b569d3ace5b92f80b5726b2d833bd7a21b5f2cf.tar.gz
rockbox-6b569d3ace5b92f80b5726b2d833bd7a21b5f2cf.zip
completed the CONFIG_BACKLIGHT transition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7887 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/backlight.h2
-rw-r--r--firmware/export/config-iaudiox5.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index b2a2448328..6fee2c0db5 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -27,7 +27,7 @@ void backlight_off(void);
27void backlight_tick(void); 27void backlight_tick(void);
28int backlight_get_timeout(void); 28int backlight_get_timeout(void);
29void backlight_set_timeout(int index); 29void backlight_set_timeout(int index);
30#if CONFIG_BACKLIGHT == BL_IRIVER 30#if CONFIG_BACKLIGHT == BL_IRIVER_H100
31void backlight_set_fade_in(int index); 31void backlight_set_fade_in(int index);
32void backlight_set_fade_out(int index); 32void backlight_set_fade_out(int index);
33#endif 33#endif
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 19a97b1164..dd31ada298 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -60,7 +60,7 @@
60#define ROM_START 0x11010 60#define ROM_START 0x11010
61 61
62/* Define this for LCD backlight available */ 62/* Define this for LCD backlight available */
63#define CONFIG_BACKLIGHT BL_IRIVER /* port controlled */ 63#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
64 64
65/* Define this to the CPU frequency */ 65/* Define this to the CPU frequency */
66#define CPU_FREQ 11289600 66#define CPU_FREQ 11289600