Material Design Icon for 7.5 epaper display

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

Hi there,

Is it possible to convert the icon to another format first?

Thanks for replying.

Yes, I can change it to bmp as there is no much icons I need to convert. However, I just want to make sure using TTF icon is not an option. Since using TTF is much more easier after I convert the font to h file.