diff options
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, |