tchapi / Adafruit-GFX-Font-Customiser

A little utility to customise pixel fonts for the Adafruit GFX library
https://tchapi.github.io/Adafruit-GFX-Font-Customiser/
MIT License
90 stars 47 forks source link

Allow for generating only a range of glyphs #14

Closed mengstr closed 4 years ago

mengstr commented 4 years ago

I gave issue #1 a go and came up with this. I'm really not that much into JS and definitely not an UX guy so someone might want to adjust the UI part to something better looking.

This PR adds the possibility to specify a range of glyphs to output. Useful to reduce the memory requirements when you only need the digits for instance.

tchapi commented 4 years ago

Hi @SmallRoomLabs

Thanks a lot for this, and sorry for the late answer as I was away for a while. I will look into this when I have a bit of time and merge when possible.

tchapi commented 4 years ago

Merged, thanks a lot !