Hi, I’m trying to add new symbol to my arduino project using lvgl library. For example, I’d like to add some new wifi symbols, which are not included in the default list (e.g. wifi-fair, wifi-disabled, wifi-no-signal)
I’m using LVGL v8.4.
So far, i tried to create a woff file starting from a svg file (using some online converters) and then I uploaded it to lvgl font converter online. Unfortunately, this woff file seems to be not compatible with the converter.
Can someone help me, maybe telling me the right steps to do in order to add new symbols to my project?
Thank you!