summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-11-11 14:46:13 +0000
committerDave Chapman <dave@dchapman.com>2008-11-11 14:46:13 +0000
commite25c1c6e43aafbbe6de077f142776da2e00c75cd (patch)
tree3d86e41239ae55e2e19cb4f5f7c27fec03d294fd /firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
parent5c7d9f10150df77ad4ddc92fb3b2943225d0ed39 (diff)
downloadrockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.tar.gz
rockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.zip
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19090 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c')
-rw-r--r--firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
index 7a5c1156ff..84ef108b62 100644
--- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
+++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
@@ -338,6 +338,11 @@ bool lcd_enabled(void)
return display_on;
}
+void lcd_sleep(void)
+{
+ /* TODO */
+}
+
/*** update functions ***/
/* Performance function to blit a YUV bitmap directly to the LCD