diff options
Diffstat (limited to 'apps/plugins/test_gfx.c')
| -rw-r--r-- | apps/plugins/test_gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_gfx.c b/apps/plugins/test_gfx.c index aa89854..cde77c5 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) rb->lcd_set_backdrop(NULL); rb->lcd_clear_display(); #endif - backlight_force_on(); /* backlight control in lib/helper.c */ + backlight_ignore_timeout(); rb->splashf(0, "LCD driver performance test, please wait %d sec", 6*4*DURATION/HZ); |