diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index e7909f7..f9f7e42 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -454,6 +454,14 @@ static const struct plugin_api rockbox_api = { font_get_bits, font_load, #endif +#if defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1) + lcd_remote_set_foreground, + lcd_remote_get_foreground, + lcd_remote_set_background, + lcd_remote_get_background, + lcd_remote_bitmap_part, + lcd_remote_bitmap, +#endif }; int plugin_load(const char* plugin, void* parameter) |