From 9e27eb394e01bf390306a1cb81e2cd85c6028d2d Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Sat, 24 Apr 2021 13:16:30 +0200 Subject: [PATCH] Update xdrv_54_lvgl.ino --- tasmota/xdrv_54_lvgl.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/xdrv_54_lvgl.ino b/tasmota/xdrv_54_lvgl.ino index 83fb7696b..b2500840e 100644 --- a/tasmota/xdrv_54_lvgl.ino +++ b/tasmota/xdrv_54_lvgl.ino @@ -254,8 +254,12 @@ void start_lvgl(const char * uconfig) { } if (uconfig && !renderer) { +#ifdef USE_UNIVERSAL_DISPLAY renderer = Init_uDisplay((char*)uconfig, -1); if (!renderer) return; +#else + return; +#endif } // **************************************************