From d19b9edfa44e4d10008a0eadd8d20760f9208b2b Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Mon, 21 Oct 2002 20:16:14 +0000 Subject: Added stubs that shall not be in the player simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2733 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 6536706620..af715c6368 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -175,3 +175,15 @@ void mpeg_set_pitch(int pitch) { (void)pitch; } + +#ifdef HAVE_LCD_CHARCELLS +void lcd_clearrect (int x, int y, int nx, int ny) +{ + /* Reprint char if you want to change anything */ +} + +void lcd_fillrect (int x, int y, int nx, int ny) +{ + /* Reprint char if you want to change display anything */ +} +#endif -- cgit v1.2.3