From d7f94393533a47597e3786b2687877f2b601b3d4 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 7 Jul 2005 00:05:29 +0000 Subject: Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7047 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 6061e86..58b12fb 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -151,8 +151,8 @@ static const struct plugin_api rockbox_api = { lcd_remote_vline, lcd_remote_drawrect, lcd_remote_fillrect, - lcd_remote_bitmap_part, - lcd_remote_bitmap, + lcd_remote_mono_bitmap_part, + lcd_remote_mono_bitmap, lcd_remote_putsxy, lcd_remote_puts_style, lcd_remote_puts_scroll_style, -- cgit v1.1