summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-29 01:42:03 +0000
committerDave Chapman <dave@dchapman.com>2008-10-29 01:42:03 +0000
commit8df1a7e29abd51cc455844a9633e1cc5e057065f (patch)
treefeff4d97ffbbc1bf2d55076fa72f4d160c61de4e /firmware/SOURCES
parentb771428d862cb6d1780f896550c177f2d5ae72a8 (diff)
downloadrockbox-8df1a7e29abd51cc455844a9633e1cc5e057065f.tar.gz
rockbox-8df1a7e29abd51cc455844a9633e1cc5e057065f.zip
e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 code - this should probably be unified, along with other upcoming v2 code), plus clean up the lcd init by calling lcd_init() directly in the bootloader, instead of lcd_init_device().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18910 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 7a93d058b4..f2f8526494 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1046,6 +1046,7 @@ target/arm/as3525/as3525-codec.c
1046#ifndef SIMULATOR 1046#ifndef SIMULATOR
1047target/arm/as3525/sansa-e200v2/lcd-e200v2.c 1047target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1048target/arm/as3525/sansa-e200v2/button-e200v2.c 1048target/arm/as3525/sansa-e200v2/button-e200v2.c
1049target/arm/as3525/sansa-e200v2/backlight-e200v2.c
1049target/arm/as3525/as3525-codec.c 1050target/arm/as3525/as3525-codec.c
1050#endif /* !SIMULATOR */ 1051#endif /* !SIMULATOR */
1051#endif /* SANSA_E200V2 */ 1052#endif /* SANSA_E200V2 */