Releases: adafruit/Adafruit-GFX-Library
Releases · adafruit/Adafruit-GFX-Library
Fix inlining of writePixel & remove setAddrWindow
turns out some oleds do addr window differently!
Doxygen/Travis library and some SPITFT additions
1.2.4 bump for release
Don't enable the new SPITFT code on ATtiny devices
v1.2.3 Disable SPITFT code if using ATtiny85, update version #
Back off on the PROGMEM declarations; const is sufficient
1.2.2 Back off on the PROGMEM declarations; const is sufficient.
Extra-persnickety declarations in PROGMEM bitmap functions
1.2.1 Extra-persnickety declarations in PROGMEM bitmap functions
1.2.0 release for Arduino Library Manager
Fixes some text wrapping & bounds-calc bugs, adds drawRGBBitmap.
Bug fix for horizontal/vertical lines
drawLine(): sort inputs on horizontal/vertical lines C'mon guys, this is Graphics 101 stuff
1.1.8
Add a couple of tiny fonts
1.1.7
@me-no-dev refactor!
1.1.6 release for Arduino Library Manager
Bug fix: handle larger buttons (>= 256 pixel width). Addition: initButtonUL() to allow specifying buttons w/upper-left corner rather than center.