diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 78c3aa9..6d48329 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -583,6 +583,10 @@ static const struct plugin_api rockbox_api = { sound_unit, sound_val2phys, #endif /* CONFIG_CODEC == SWCODEC */ + +#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) + lcd_grey_phase_blit, +#endif }; int plugin_load(const char* plugin, void* parameter) |