Date
1 - 2 of 2
Big fonts
Rafael Diniz
Hi,
Anyone know where to find code for fat big number plus dot fonts for arduino? I really don't like the small fonts. ; ) Rafael PU2UIT
|
|
Reed N
Big fonts have big memory requirements, since they're stored as rasters. Adafruit has a number of fonts in different sizes in their repo: https://github.com/adafruit/Adafruit-GFX-Library/tree/master/Fonts . They also have a fontconvert tool so you can make your own, but be careful, since lots of fonts are copyrighted.
If you're okay with something a little less pretty, but with a smaller code size, you can use the setTextSize() function to render a smaller font as a larger one, but it will be pixelated. Reed
|
|