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

show attribute value in button #38

Closed RBasile closed 7 months ago

RBasile commented 7 months ago

Having the value visible is useful to verify that a monospaced font has the same attribute for every character or when creating a new character to be able to set up them quickly without having to count the squares

the value in the button calculated when the font is extracted and updated when press + or -

It looks like that: image

tchapi commented 7 months ago

Hi @RBasile and thanks for your contribution!

Small nits:

Thanks

RBasile commented 7 months ago

Thanks for the tips ( it's my first pull request ) I made the change, is it ok ?

tchapi commented 7 months ago

All good, thanks!