Skip to content

round rect and font fix

Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 21 May 09:49
· 36 commits to master since this release

This release adds support for rounded rectangles (outline and filled) along with a fix for Adafruit_GFX format fonts. The font structure used 8-bit signed values for font sizes and offsets. This caused problems with fonts larger than 90pt. By simply changing the structure members to 16-bit signed values, larger fonts can now be used.