mirror of https://github.com/arendst/Tasmota.git
Merge pull request #13739 from mikep1998/development
When compiling with LVGL and Universal Display but NOT berry compile error.
This commit is contained in:
commit
2c6d09929e
|
@ -347,6 +347,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