lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
377 stars 52 forks source link

I made a font converter that converts bdf to free lcdgfx format. #26

Closed mayopan closed 4 years ago

mayopan commented 4 years ago

Hi, lexus2k! Thank you for the nice lcd driver. I like it rather than complex and huge Adafruit-GFX-Library. I also like U8G2 driver that is a similar driver especially for monochrome displays. It has a lot of fonts, but lcdgfx has a few.

So I made a font converter for your driver.

It converts bdf font to lcdgfx c style free (= proportional) font. Now, I can use many bdf fonts! Check it and if you like it, please add it in tool family for others. Thanks.

lexus2k commented 4 years ago

Hi there,

I'm really appreciate your effort, and of course I will add link to your converter to wiki pages.

Thank you

lexus2k commented 4 years ago

I've updated wiki page: https://github.com/lexus2k/lcdgfx/wiki/How-to-create-new-font-for-the-library

mayopan commented 4 years ago

Thank you for your quick response!