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 e298b55..6df7621 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -412,11 +412,11 @@ 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, LCD_MAX_LEVEL);
-#else
+ lcd_set_drawinfo(DRMODE_SOLID, LCD_BLACK, LCD_WHITE);
+#else /* LCD_DEPTH == 1 */
lcd_set_drawmode(DRMODE_SOLID);
-#endif
-#endif
+#endif /* LCD_DEPTH */
+#endif /* HAVE_LCD_BITMAP */
plugin_loaded = false;