I’m completely new to LVGL and want to use it in my project for developing a HMI using ILI9341 and ESP32. For that purpose, I want to design a UI but I don’t want to use the preset font style (LV_FONT_MONTSERRAT_14). Instead of this, I want to add my custom font.
Now, I followed some instructions and created a .h file for my custom font using Font Converter — LVGL which gave me a ‘quartz_bold_10_4bpp.c’ file (my custom font)
What must I do next to change the font style of some simple text let’s say the text from ‘LVGL_arduino’ example to my custom font style.
PS: I’m using Arduino IDE for my project.