From 3d641c92a5886554b181cec78b8d83f870154d6d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 3 Sep 2002 09:39:52 +0000 Subject: Added lcd_putc() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2148 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'uisimulator') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 2781b7e9f8..f999b2fd95 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -111,3 +111,11 @@ void lcd_define_pattern (int which,char *pattern,int length) (void)pattern; (void)length; } + +void lcd_putc(int x, int y, unsigned char ch) +{ + (void)x; + (void)y; + (void)ch; +} + -- cgit v1.2.3