diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-07-07 00:05:29 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-07-07 00:05:29 +0000 |
| commit | d7f94393533a47597e3786b2687877f2b601b3d4 (patch) | |
| tree | ba24a08cc34767bb9648aaaf28ad7a8c3387d99b /apps/plugin.c | |
| parent | f894a4c2691fbde1758a05407cb5eadcaec4a6c8 (diff) | |
| download | rockbox-d7f94393533a47597e3786b2687877f2b601b3d4.zip rockbox-d7f94393533a47597e3786b2687877f2b601b3d4.tar.gz rockbox-d7f94393533a47597e3786b2687877f2b601b3d4.tar.bz2 rockbox-d7f94393533a47597e3786b2687877f2b601b3d4.tar.xz | |
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
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |