summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 6c487f9..567b179 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -244,6 +244,9 @@ static struct plugin_api rockbox_api = {
#ifdef HAVE_LCD_CHARCELLS
lcd_icon,
#endif
+#ifdef HAVE_LCD_BITMAP
+ lcd_puts_style,
+#endif
};
int plugin_load(char* plugin, void* parameter)