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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index f3e6fb35e4..43d10bf920 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -279,10 +279,9 @@ static void cleanup(void *parameter)
279#ifndef HAVE_LCD_COLOR 279#ifndef HAVE_LCD_COLOR
280 grey_release(); 280 grey_release();
281#endif 281#endif
282#ifdef HAVE_BACKLIGHT 282
283 /* Turn on backlight timeout (revert to settings) */ 283 /* Turn on backlight timeout (revert to settings) */
284 backlight_use_settings(); 284 backlight_use_settings();
285#endif
286} 285}
287 286
288 287
@@ -371,10 +370,9 @@ enum plugin_status plugin_start(const void* parameter)
371#if LCD_DEPTH > 1 370#if LCD_DEPTH > 1
372 rb->lcd_set_backdrop(NULL); 371 rb->lcd_set_backdrop(NULL);
373#endif 372#endif
374#ifdef HAVE_BACKLIGHT 373
375 /* Turn off backlight timeout */ 374 /* Turn off backlight timeout */
376 backlight_ignore_timeout(); 375 backlight_ignore_timeout();
377#endif
378 376
379#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256) 377#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256)
380 rb->lcd_set_mode(LCD_MODE_PAL256); 378 rb->lcd_set_mode(LCD_MODE_PAL256);