summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-05 10:53:41 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-05 10:53:41 +0000
commit5f91f4acfffd20a344407eeb9578fb64d13c591a (patch)
treeb8bbbc21b28ec3e3c8b43fd5b920595e8914d8ed /firmware/export
parent0b033a74d71741fc9a2aa262829a1247719f5d03 (diff)
downloadrockbox-5f91f4acfffd20a344407eeb9578fb64d13c591a.tar.gz
rockbox-5f91f4acfffd20a344407eeb9578fb64d13c591a.zip
backlight driver for Gmini
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5795 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-gmini120.h2
-rw-r--r--firmware/export/config.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index e125c285de..e105d77d21 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -48,6 +48,8 @@
48 48
49#define CONFIG_I2C I2C_GMINI 49#define CONFIG_I2C I2C_GMINI
50 50
51#define CONFIG_BACKLIGHT BL_GMINI
52
51#define GMINI_ARCH 53#define GMINI_ARCH
52 54
53#endif 55#endif
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5528f93d09..da44e8eaf1 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -61,6 +61,7 @@
61#define BL_RTC 1 /* Recorder, RTC square wave output */ 61#define BL_RTC 1 /* Recorder, RTC square wave output */
62#define BL_PA14_HI 2 /* Ondio, PA14 high active */ 62#define BL_PA14_HI 2 /* Ondio, PA14 high active */
63#define BL_IRIVER 3 /* IRiver GPIO */ 63#define BL_IRIVER 3 /* IRiver GPIO */
64#define BL_GMINI 4 /* Archos GMini */
64 65
65/* CONFIG_I2C */ 66/* CONFIG_I2C */
66#define I2C_PLAYREC 0 /* Archos Player/Recorder style */ 67#define I2C_PLAYREC 0 /* Archos Player/Recorder style */