Merge pull request #13265 from s-hadinger/fix_lvgl_freetype

Fix compilation
This commit is contained in:
s-hadinger 2021-10-03 12:47:13 +02:00 committed by GitHub
commit fe32c4f294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,10 @@
#include "lv_png.h"
#endif // USE_LVGL_PNG_DECODER
#ifdef USE_LVGL_FREETYPE
#include "lv_freetype.h"
#endif // USE_LVGL_FREETYPE
Adafruit_LvGL_Glue * glue;
// **************************************************