summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b0a57d6744..f59e42e222 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -803,6 +803,11 @@ int plugin_load(const char* plugin, const void* parameter)
803 803
804 button_clear_queue(); 804 button_clear_queue();
805 805
806 lcd_clear_display();
807#ifdef HAVE_LCD_REMOTE
808 lcd_remote_clear_display();
809#endif
810
806#ifdef HAVE_LCD_BITMAP 811#ifdef HAVE_LCD_BITMAP
807 lcd_setfont(FONT_UI); 812 lcd_setfont(FONT_UI);
808#if LCD_DEPTH > 1 813#if LCD_DEPTH > 1