- IDF 5.0.2
- idf_components.yml
Code: Select all
dependencies: espressif/freetype: "*" lvgl/lvgl: "~8.2.0"
- idf.py menuconfig to select FreeType library in menu Component config -> LVGL Configuration -> 3rd Party Libraries
- managed_components/lvgl__lvgl/src/extra/libs/freetype/lv_freetype.c:12:10: fatal error: ft2build.h: No such file or directory
12 | #include "ft2build.h"