Releases: adafruit/Adafruit-GFX-Library
Releases · adafruit/Adafruit-GFX-Library
1.8.3 - Update MonoOLED i2c constructor to match variable definition order
Update version in library.properties to 1.8.3
Some small fix PR's merged
and @CombiesGit for #275
Remove Attiny from Mono OLED compilation
it won't fit anyways, so we don't compile it for attiny85
Mono OLED helper subclass & minifixes
Added monochrome oled helper that does dirty rectangle tracking, and many common monochrome display thingies. Could be used with other mono displays i'm sure
Some bug fixes & cleanups thanks to @ZinggJM + @BillyDonahue
Fix for Software SPI on 8-bit processors
Merge pull request #272 from makermelissa/master Removed duplicate spiWrite to fix bbSPI
1.7.5 - Allow Print's overloaded write() calls to be used
This release is courtesy of @mzero. Thanks for the contribution
1.7.4 - Actions update
Update library.properties
Clang, actions, deps
clang-format repo
move from travis to actions
add library deps
Fixed a rotation issue that was occurring in the graphicstest
1.7.2 Bumped for version release
Fix drawing with 8-bit Processors
This is a minor fix that should fix an issue with drawing using an 8-bit processor.