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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 58d903cb06..52f4204a17 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -139,7 +139,7 @@ void cleanup(void)
139 grey_release(); 139 grey_release();
140#endif 140#endif
141 /* Turn on backlight timeout (revert to settings) */ 141 /* Turn on backlight timeout (revert to settings) */
142 backlight_use_settings(); /* backlight control in lib/helper.c */ 142 backlight_use_settings();
143#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256) 143#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256)
144 rb->lcd_set_mode(LCD_MODE_RGB565); 144 rb->lcd_set_mode(LCD_MODE_RGB565);
145#endif 145#endif
@@ -317,7 +317,7 @@ enum plugin_status plugin_start(const void* parameter)
317 rb->lcd_set_backdrop(NULL); 317 rb->lcd_set_backdrop(NULL);
318#endif 318#endif
319 /* Turn off backlight timeout */ 319 /* Turn off backlight timeout */
320 backlight_force_on(); /* backlight control in lib/helper.c */ 320 backlight_ignore_timeout();
321 321
322#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256) 322#if defined(HAVE_LCD_MODES) && (HAVE_LCD_MODES & LCD_MODE_PAL256)
323 rb->lcd_set_mode(LCD_MODE_PAL256); 323 rb->lcd_set_mode(LCD_MODE_PAL256);