diff options
Diffstat (limited to 'apps/plugins/plasma.c')
| -rw-r--r-- | apps/plugins/plasma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index c48235e..927b290 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -348,6 +348,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb = api; /* copy to global api pointer */ (void)parameter; + rb->lcd_set_backdrop(NULL); if (rb->global_settings->backlight_timeout > 0) rb->backlight_set_timeout(1);/* keep the light on */ |