mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Update xdrv_54_lvgl.ino
This commit is contained in:
parent
2b899afcf1
commit
9e27eb394e
@ -254,8 +254,12 @@ void start_lvgl(const char * uconfig) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (uconfig && !renderer) {
|
if (uconfig && !renderer) {
|
||||||
|
#ifdef USE_UNIVERSAL_DISPLAY
|
||||||
renderer = Init_uDisplay((char*)uconfig, -1);
|
renderer = Init_uDisplay((char*)uconfig, -1);
|
||||||
if (!renderer) return;
|
if (!renderer) return;
|
||||||
|
#else
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// **************************************************
|
// **************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user