From e49c1af5709bd24ea9c088c6d1676372bd7cc780 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 24 Jul 2020 19:42:32 -0400 Subject: plugins: HAVE_BACKLIGHT in the test plugins Change-Id: I97d17805ac7d37f10da6a29684102db97448e653 --- apps/plugins/test_gfx.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/plugins/test_gfx.c') diff --git a/apps/plugins/test_gfx.c b/apps/plugins/test_gfx.c index 51d8f40cd7..7734179159 100644 --- a/apps/plugins/test_gfx.c +++ b/apps/plugins/test_gfx.c @@ -495,8 +495,9 @@ enum plugin_status plugin_start(const void* parameter) rb->lcd_set_backdrop(NULL); rb->lcd_clear_display(); #endif +#ifdef HAVE_BACKLIGHT backlight_ignore_timeout(); - +#endif rb->splashf(0, "LCD driver performance test, please wait %d sec", 7*4*DURATION/HZ); init_rand_table(); @@ -521,7 +522,9 @@ enum plugin_status plugin_start(const void* parameter) (cpu_freq + 500000) / 1000000); #endif rb->close(log_fd); +#ifdef HAVE_BACKLIGHT backlight_use_settings(); +#endif #ifdef TEST_GREYLIB grey_release(); #endif -- cgit v1.2.3