diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index ad9c6a9..76c9ddb 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -135,11 +135,32 @@ static const struct plugin_api rockbox_api = { splash, #ifdef HAVE_REMOTE_LCD lcd_remote_clear_display, - lcd_remote_backlight_on, - lcd_remote_backlight_off, + lcd_remote_puts, + lcd_remote_puts_scroll, + lcd_remote_stop_scroll, lcd_remote_set_contrast, - lcd_remote_update, + lcd_remote_putsxy, + lcd_remote_puts_style, + lcd_remote_puts_scroll_style, lcd_remote_bitmap, + lcd_remote_drawline, + lcd_remote_clearline, + lcd_remote_drawpixel, + lcd_remote_clearpixel, + lcd_remote_setfont, + font_get, + lcd_remote_clearrect, + lcd_remote_fillrect, + lcd_remote_drawrect, + lcd_remote_invertrect, + lcd_remote_getstringsize, + lcd_remote_update, + lcd_remote_update_rect, + //id (*scrollbar)(int x, int y, int width, int height, int items, + // int min_shown, int max_shown, int orientation); + //void (*remote_checkbox)(int x, int y, int width, int height, bool checked); + lcd_remote_backlight_on, + lcd_remote_backlight_off, &lcd_remote_framebuffer[0][0], #endif /* button */ |