Hello,
Previously I finished a weatherman project with home assistance + esp32 + 7.5” epaper display. I embedded some material design icons for weather symbols and this was nice.
Now I am going to do the second project by using arduino + esp32 + epaper display for my second weatherman dashboard. I am looking for a method to embed material design icon again. I tried to use truetype2gfx - Converting fonts from TrueType to Adafruit GFX to change the ttf to adafruit gfx but sadly the icons cannot be transformed. I already made some research through the web but no luck. Is there any way I can transform the font icons for arduino to display?
Thanks