mirror of https://github.com/arendst/Tasmota.git
Update xdrv_54_lvgl.ino
If using lvgl and universal display and NOT berry then Init_uDisplay declaration needed.
This commit is contained in:
parent
97ba91ca58
commit
ca85acb687
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue