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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/test_gfx.c b/apps/plugins/test_gfx.c
index 7734179159..60e2836463 100644
--- a/apps/plugins/test_gfx.c
+++ b/apps/plugins/test_gfx.c
@@ -495,9 +495,9 @@ enum plugin_status plugin_start(const void* parameter)
495 rb->lcd_set_backdrop(NULL); 495 rb->lcd_set_backdrop(NULL);
496 rb->lcd_clear_display(); 496 rb->lcd_clear_display();
497#endif 497#endif
498#ifdef HAVE_BACKLIGHT 498
499 backlight_ignore_timeout(); 499 backlight_ignore_timeout();
500#endif 500
501 rb->splashf(0, "LCD driver performance test, please wait %d sec", 501 rb->splashf(0, "LCD driver performance test, please wait %d sec",
502 7*4*DURATION/HZ); 502 7*4*DURATION/HZ);
503 init_rand_table(); 503 init_rand_table();
@@ -522,9 +522,9 @@ enum plugin_status plugin_start(const void* parameter)
522 (cpu_freq + 500000) / 1000000); 522 (cpu_freq + 500000) / 1000000);
523#endif 523#endif
524 rb->close(log_fd); 524 rb->close(log_fd);
525#ifdef HAVE_BACKLIGHT 525
526 backlight_use_settings(); 526 backlight_use_settings();
527#endif 527
528#ifdef TEST_GREYLIB 528#ifdef TEST_GREYLIB
529 grey_release(); 529 grey_release();
530#endif 530#endif