summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 927b290e12..ff410528d4 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -348,7 +348,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
348 348
349 rb = api; /* copy to global api pointer */ 349 rb = api; /* copy to global api pointer */
350 (void)parameter; 350 (void)parameter;
351#if LCD_DEPTH > 1
351 rb->lcd_set_backdrop(NULL); 352 rb->lcd_set_backdrop(NULL);
353#endif
352 if (rb->global_settings->backlight_timeout > 0) 354 if (rb->global_settings->backlight_timeout > 0)
353 rb->backlight_set_timeout(1);/* keep the light on */ 355 rb->backlight_set_timeout(1);/* keep the light on */
354 356