mirror of
https://github.com/m5stack/M5GFX.git
synced 2026-05-20 10:32:05 -07:00
2ff3184dd6
The bundled LVGL font symbols were removed, so the pre-built-font path now goes through the LGFX_Fonts component (fonts::lvFontMontserrat*). A M5GFX_LVGL_INTERNAL_H guard keeps the example working against both old (bundled) and new (delegated) M5GFX. The runtime BFF loadFont(..., ft_lvgl) path is unchanged. Drops the LVGL-format montserrat_16.c user-font sample (its lv_font_t type no longer applies).