Merge pull request #13739 from mikep1998/development

When compiling with LVGL and Universal Display but NOT berry compile error.
This commit is contained in:
s-hadinger 2021-11-20 12:41:19 +01:00 committed by GitHub
commit 2c6d09929e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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) {