mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-23 23:47:21 +01:00
Update xdrv_54_lvgl.ino
If using lvgl and universal display and NOT berry then Init_uDisplay declaration needed.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user