summaryrefslogtreecommitdiff
path: root/apps/plugins/greyscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/greyscale.c')
-rw-r--r--apps/plugins/greyscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/greyscale.c b/apps/plugins/greyscale.c
index 00699715f7..42ebbef73b 100644
--- a/apps/plugins/greyscale.c
+++ b/apps/plugins/greyscale.c
@@ -131,7 +131,7 @@ void cleanup(void *parameter)
131 131
132 grey_release(); /* switch off overlay and deinitialize */ 132 grey_release(); /* switch off overlay and deinitialize */
133 /* Turn on backlight timeout (revert to settings) */ 133 /* Turn on backlight timeout (revert to settings) */
134 backlight_use_settings(); /* backlight control in lib/helper.c */ 134 backlight_use_settings();
135} 135}
136 136
137/* this is only a demo of what the framework can do */ 137/* this is only a demo of what the framework can do */
@@ -216,7 +216,7 @@ int main(void)
216 }; 216 };
217 217
218 /* Turn off backlight timeout */ 218 /* Turn off backlight timeout */
219 backlight_force_on(); /* backlight control in lib/helper.c */ 219 backlight_ignore_timeout();
220 220
221 rb->lcd_setfont(FONT_SYSFIXED); /* select default font */ 221 rb->lcd_setfont(FONT_SYSFIXED); /* select default font */
222 222