diff options
Diffstat (limited to 'apps/plugins/plasma.c')
| -rw-r--r-- | apps/plugins/plasma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 58d903c..52f4204 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -139,7 +139,7 @@ void cleanup(void) grey_release(); #endif /* Turn on backlight timeout (revert to settings) */ - backlight_use_settings(); /* backlight control in lib/helper.c */ + backlight_use_settings(); #if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256) rb->lcd_set_mode(LCD_MODE_RGB565); #endif @@ -317,7 +317,7 @@ enum plugin_status plugin_start(const void* parameter) rb->lcd_set_backdrop(NULL); #endif /* Turn off backlight timeout */ - backlight_force_on(); /* backlight control in lib/helper.c */ + backlight_ignore_timeout(); #if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256) rb->lcd_set_mode(LCD_MODE_PAL256); |