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.zip
rockbox-5f91f4acfffd20a344407eeb9578fb64d13c591a.tar.gz
rockbox-5f91f4acfffd20a344407eeb9578fb64d13c591a.tar.bz2
rockbox-5f91f4acfffd20a344407eeb9578fb64d13c591a.tar.xz
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 e125c28..e105d77 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -48,6 +48,8 @@
#define CONFIG_I2C I2C_GMINI
+#define CONFIG_BACKLIGHT BL_GMINI
+
#define GMINI_ARCH
#endif
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5528f93..da44e8e 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -61,6 +61,7 @@
#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 */
/* CONFIG_I2C */
#define I2C_PLAYREC 0 /* Archos Player/Recorder style */