summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index a30b089e55..d5607aa822 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -434,7 +434,7 @@ int plugin_load(const char* plugin, void* parameter)
434 button_clear_queue(); 434 button_clear_queue();
435#ifdef HAVE_LCD_BITMAP 435#ifdef HAVE_LCD_BITMAP
436#if LCD_DEPTH > 1 436#if LCD_DEPTH > 1
437 lcd_set_drawinfo(DRMODE_SOLID, LCD_BLACK, LCD_WHITE); 437 lcd_set_drawinfo(DRMODE_SOLID, LCD_DEFAULT_FG, LCD_DEFAULT_BG);
438#else /* LCD_DEPTH == 1 */ 438#else /* LCD_DEPTH == 1 */
439 lcd_set_drawmode(DRMODE_SOLID); 439 lcd_set_drawmode(DRMODE_SOLID);
440#endif /* LCD_DEPTH */ 440#endif /* LCD_DEPTH */