summaryrefslogtreecommitdiff
path: root/apps/plugins/grayscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/grayscale.c')
-rw-r--r--apps/plugins/grayscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c
index d28237da31..cc07ff37e5 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -87,7 +87,7 @@ void cleanup(void *parameter)
87 87
88 gray_release(); /* switch off overlay and deinitialize */ 88 gray_release(); /* switch off overlay and deinitialize */
89 /* Turn on backlight timeout (revert to settings) */ 89 /* Turn on backlight timeout (revert to settings) */
90 backlight_use_settings(); /* backlight control in lib/helper.c */ 90 backlight_use_settings(rb); /* backlight control in lib/helper.c */
91} 91}
92 92
93/* this is only a demo of what the framework can do */ 93/* this is only a demo of what the framework can do */
@@ -172,7 +172,7 @@ int main(void)
172 }; 172 };
173 173
174 /* Turn off backlight timeout */ 174 /* Turn off backlight timeout */
175 backlight_force_on(); /* backlight control in lib/helper.c */ 175 backlight_force_on(rb); /* backlight control in lib/helper.c */
176 176
177 rb->lcd_setfont(FONT_SYSFIXED); /* select default font */ 177 rb->lcd_setfont(FONT_SYSFIXED); /* select default font */
178 178