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 c92813d..6061e86 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -114,8 +114,8 @@ static const struct plugin_api rockbox_api = { lcd_vline, lcd_drawrect, lcd_fillrect, - lcd_bitmap_part, - lcd_bitmap, + lcd_mono_bitmap_part, + lcd_mono_bitmap, lcd_putsxy, lcd_puts_style, lcd_puts_scroll_style, |