mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +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) {
|
||||
#ifdef USE_UNIVERSAL_DISPLAY
|
||||
renderer = Init_uDisplay((char*)uconfig, -1);
|
||||
if (!renderer) return;
|
||||
#else
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
// **************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user