diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index fa59fcf..b3710e4 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -581,7 +581,9 @@ static const struct plugin_api rockbox_api = { #ifdef HAVE_BACKLIGHT_BRIGHTNESS backlight_set_brightness, #endif /* HAVE_BACKLIGHT_BRIGHTNESS */ - +#ifdef HAVE_LCD_INVERT + lcd_set_invert_display, +#endif /* HAVE_LCD_INVERT */ }; int plugin_load(const char* plugin, void* parameter) |