Custom MicroPython fonts + LVGL

Well… I’ve run into sort of an issue. I really need some help here. Does anyone know of a tool online that can convert the LVGL font converters .c file to a .py file usable in an LVGL firmware for the ESP32-S3? I can’t seem to find one. If there isn’t one available, is there another way I can use custom fonts with LVGL?

Or can I somehow use the .c file in a MicroPython import for a font?
Please help!

upload the C file to a post here in the forum and I will convert it for you.

Here is an example of a converted font .c file…

scratch_1941.py (90.2 KB)

You might need to tweak a couple of things because I didn’t check the actual MicroPython API for any of the functions etc…

Font1.c (154.8 KB)

I’ll test to see if this works. I really appreciate the reply!