Closed stwirth closed 10 months ago
I'm also getting
error: unknown type name ‘lv_font_fmt_txt_glyph_cache_t’
2348 | static lv_font_fmt_txt_glyph_cache_t cache;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is there a version of this converter that supports the master
version of lvgl?
Thank you for reporting it. I've just created this PR: #97 Could you test it?
I'm seeing this definition in fonts included in the lvgl repo
master
branch:However, when I generate a font using this repo (
npx github:lvgl/lv_font_conv ...
) then the definition looks like this:So it seems the generation of the version check needs an update?