Font converter from 2022

Hi All,

Back in mid 2022 I built an application utilizing various fonts. I’m now wanting to add some new fonts, but the format of the generated .c file is now very different from the older version so the generated files are unusable. Searching online, I found that v5.3 is available, but that was retired in 2020, so probably isnt the one I used.

Any reccomendations about how I can generate .c font files in the format from 2022?

Thanks.

What LVGL version are you using in your application?

I’m not actually using lvgl, I’m using my own graphics library.

@lotek That’s interesting.

Here is the link to the LVGL font converter repo, you could check if it has commits from 2022

Thanks for this, I’ll take a look in the repo.

I did solve it for now though; I reasoned that although the 5.3 vers was already retired, it may have produced the output I was wanting. So after jumping through a few hoops and broken links, I downloaded the offline version and found it did indeed produce the format I was looking for. It could be fragile moving forward though, so that repo could be very helpfull.
Thanks.

1 Like