summaryrefslogtreecommitdiff
path: root/apps/plugins/oscilloscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/oscilloscope.c')
-rw-r--r--apps/plugins/oscilloscope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 7df43e7271..f8564b211a 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -575,6 +575,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
575#if LCD_DEPTH > 1 575#if LCD_DEPTH > 1
576 rb->lcd_set_foreground(GRAPH_COLOR); 576 rb->lcd_set_foreground(GRAPH_COLOR);
577 rb->lcd_set_background(BACKG_COLOR); 577 rb->lcd_set_background(BACKG_COLOR);
578 rb->lcd_set_backdrop(NULL);
578 rb->lcd_clear_display(); 579 rb->lcd_clear_display();
579 rb->lcd_update(); 580 rb->lcd_update();
580#endif 581#endif