when I use web font converter,I find there is no function as byte align.
But in lv_font_conv doc on github, I found --byte-align.
First, I install use npm, this version doesn’t support --byte-align.
Then, I clone lv_font_conv and use node to conver font, --byte-align worked.
Will the web tool or the installed version support byte alignment?
Please open an issue in the GitHub repository
I was scratching my head over a slight performance dip on my ESP32/STM32, and I think this alignment issue might be the culprit. It’s one of those ‘hidden’ details that makes a huge difference for UI responsiveness.