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 f346cf7..bf69dfb 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -411,8 +411,12 @@ int plugin_load(const char* plugin, void* parameter) button_clear_queue(); #ifdef HAVE_LCD_BITMAP +#if LCD_DEPTH > 1 + lcd_set_drawinfo(DRMODE_SOLID, 0, MAX_LEVEL); +#else lcd_set_drawmode(DRMODE_SOLID); #endif +#endif plugin_loaded = false; |