round rect and font fix
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.