Files
ainyan03 2ff3184dd6 examples: rewrite LvglFont to use external LGFX_Fonts for pre-built fonts
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).
2026-05-20 18:14:11 +09:00
..