diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index dff4d6b..a9a2dfb 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -233,6 +233,13 @@ static struct plugin_api rockbox_api = { #endif battery_level, set_time, + + backlight_on, + backlight_off, + +#ifdef HAVE_LCD_CHARCELLS + lcd_icon, +#endif }; int plugin_load(char* plugin, void* parameter) |