From 9be5bc4cf0d185f4515174b9ebbb105f73f7c2e3 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 24 Jul 2020 19:20:15 -0400 Subject: plugins: More HAVE_BACKLIGHT cleanup Change-Id: I70cf700f5bc3d4375c025efa62ef40fd2bd70293 --- apps/plugins/stats.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/stats.c') diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index 0a29a7aa30..19ccd9f452 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -189,10 +189,12 @@ enum plugin_status plugin_start(const void* parameter) return PLUGIN_OK; } update_screen(); +#ifdef HAVE_BACKLIGHT #ifdef HAVE_REMOTE_LCD rb->remote_backlight_on(); #endif rb->backlight_on(); +#endif rb->splash(HZ, "Done"); update_screen(); while (1) { -- cgit v1.2.3