From ca85acb687837ea25b13bc4286d56b81b69d9482 Mon Sep 17 00:00:00 2001 From: mikep1998 <44448320+mikep1998@users.noreply.github.com> Date: Fri, 19 Nov 2021 16:56:15 -0800 Subject: [PATCH] Update xdrv_54_lvgl.ino If using lvgl and universal display and NOT berry then Init_uDisplay declaration needed. --- tasmota/xdrv_54_lvgl.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/xdrv_54_lvgl.ino b/tasmota/xdrv_54_lvgl.ino index c8f533310..b0987f6dd 100644 --- a/tasmota/xdrv_54_lvgl.ino +++ b/tasmota/xdrv_54_lvgl.ino @@ -363,6 +363,8 @@ extern "C" { * We use Adafruit_LvGL_Glue to leverage the Adafruit * display ecosystem. ************************************************************/ +extern Renderer *Init_uDisplay(const char *desc); + void start_lvgl(const char * uconfig); void start_lvgl(const char * uconfig) {