mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Merge pull request #13265 from s-hadinger/fix_lvgl_freetype
Fix compilation
This commit is contained in:
commit
fe32c4f294
@ -36,6 +36,10 @@
|
|||||||
#include "lv_png.h"
|
#include "lv_png.h"
|
||||||
#endif // USE_LVGL_PNG_DECODER
|
#endif // USE_LVGL_PNG_DECODER
|
||||||
|
|
||||||
|
#ifdef USE_LVGL_FREETYPE
|
||||||
|
#include "lv_freetype.h"
|
||||||
|
#endif // USE_LVGL_FREETYPE
|
||||||
|
|
||||||
Adafruit_LvGL_Glue * glue;
|
Adafruit_LvGL_Glue * glue;
|
||||||
|
|
||||||
// **************************************************
|
// **************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user