summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r--apps/plugins/fire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index b03f68b670..797f4f120b 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -278,7 +278,7 @@ void cleanup(void *parameter)
278 grey_release(); 278 grey_release();
279#endif 279#endif
280 /* Turn on backlight timeout (revert to settings) */ 280 /* Turn on backlight timeout (revert to settings) */
281 backlight_use_settings(); /* backlight control in lib/helper.c */ 281 backlight_use_settings();
282} 282}
283 283
284 284
@@ -367,7 +367,7 @@ enum plugin_status plugin_start(const void* parameter)
367 rb->lcd_set_backdrop(NULL); 367 rb->lcd_set_backdrop(NULL);
368#endif 368#endif
369 /* Turn off backlight timeout */ 369 /* Turn off backlight timeout */
370 backlight_force_on(); /* backlight control in lib/helper.c */ 370 backlight_ignore_timeout();
371 371
372#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256) 372#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256)
373 rb->lcd_set_mode(LCD_MODE_PAL256); 373 rb->lcd_set_mode(LCD_MODE_PAL256);