summaryrefslogtreecommitdiff
path: root/apps/plugins/mazezam.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mazezam.c')
-rw-r--r--apps/plugins/mazezam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c
index bb93825453..759ca6477d 100644
--- a/apps/plugins/mazezam.c
+++ b/apps/plugins/mazezam.c
@@ -256,7 +256,7 @@ static void store_lcd_settings(void)
256******************************************************************************/ 256******************************************************************************/
257static void restore_lcd_settings(void) { 257static void restore_lcd_settings(void) {
258 /* Turn on backlight timeout (revert to settings) */ 258 /* Turn on backlight timeout (revert to settings) */
259 backlight_use_settings(); /* backlight control in lib/helper.c */ 259 backlight_use_settings();
260 260
261 /* Restore the old settings */ 261 /* Restore the old settings */
262#if LCD_DEPTH > 1 262#if LCD_DEPTH > 1
@@ -271,7 +271,7 @@ static void restore_lcd_settings(void) {
271******************************************************************************/ 271******************************************************************************/
272static void plugin_lcd_settings(void) { 272static void plugin_lcd_settings(void) {
273 /* Turn off backlight timeout */ 273 /* Turn off backlight timeout */
274 backlight_force_on(); /* backlight control in lib/helper.c */ 274 backlight_ignore_timeout();
275 275
276 /* Set the new settings */ 276 /* Set the new settings */
277#ifdef HAVE_LCD_COLOR 277#ifdef HAVE_LCD_COLOR