summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e298b55b23..6df7621203 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -412,11 +412,11 @@ int plugin_load(const char* plugin, void* parameter)
412 button_clear_queue(); 412 button_clear_queue();
413#ifdef HAVE_LCD_BITMAP 413#ifdef HAVE_LCD_BITMAP
414#if LCD_DEPTH > 1 414#if LCD_DEPTH > 1
415 lcd_set_drawinfo(DRMODE_SOLID, 0, LCD_MAX_LEVEL); 415 lcd_set_drawinfo(DRMODE_SOLID, LCD_BLACK, LCD_WHITE);
416#else 416#else /* LCD_DEPTH == 1 */
417 lcd_set_drawmode(DRMODE_SOLID); 417 lcd_set_drawmode(DRMODE_SOLID);
418#endif 418#endif /* LCD_DEPTH */
419#endif 419#endif /* HAVE_LCD_BITMAP */
420 420
421 plugin_loaded = false; 421 plugin_loaded = false;
422 422