summaryrefslogtreecommitdiff
path: root/apps/plugins/test_gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_gfx.c')
-rw-r--r--apps/plugins/test_gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_gfx.c b/apps/plugins/test_gfx.c
index aa898549bb..cde77c55fe 100644
--- a/apps/plugins/test_gfx.c
+++ b/apps/plugins/test_gfx.c
@@ -441,7 +441,7 @@ enum plugin_status plugin_start(const void* parameter)
441 rb->lcd_set_backdrop(NULL); 441 rb->lcd_set_backdrop(NULL);
442 rb->lcd_clear_display(); 442 rb->lcd_clear_display();
443#endif 443#endif
444 backlight_force_on(); /* backlight control in lib/helper.c */ 444 backlight_ignore_timeout();
445 445
446 rb->splashf(0, "LCD driver performance test, please wait %d sec", 446 rb->splashf(0, "LCD driver performance test, please wait %d sec",
447 6*4*DURATION/HZ); 447 6*4*DURATION/HZ);