diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index c0cdbd8..b909a55 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -80,7 +80,9 @@ char *plugin_get_current_filename(void); static const struct plugin_api rockbox_api = { /* lcd */ +#ifdef HAVE_LCD_CONTRAST lcd_set_contrast, +#endif lcd_update, lcd_clear_display, lcd_getstringsize, |