Skip to content

Releases: adafruit/Adafruit-GFX-Library

1.8.3 - Update MonoOLED i2c constructor to match variable definition order

18 May 21:12
eeec0f6
Compare
Choose a tag to compare

Some small fix PR's merged

17 May 16:43
Compare
Choose a tag to compare

Remove Attiny from Mono OLED compilation

17 May 02:53
Compare
Choose a tag to compare

it won't fit anyways, so we don't compile it for attiny85

Mono OLED helper subclass & minifixes

16 May 04:56
Compare
Choose a tag to compare

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

12 Feb 16:53
cb471e3
Compare
Choose a tag to compare
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

16 Jan 21:53
7fd0c5e
Compare
Choose a tag to compare

This release is courtesy of @mzero. Thanks for the contribution

1.7.4 - Actions update

08 Jan 19:08
4ae6b53
Compare
Choose a tag to compare
Update library.properties

Clang, actions, deps

27 Dec 22:21
Compare
Choose a tag to compare

clang-format repo
move from travis to actions
add library deps

Fixed a rotation issue that was occurring in the graphicstest

20 Dec 16:26
Compare
Choose a tag to compare

Fix drawing with 8-bit Processors

18 Dec 23:14
Compare
Choose a tag to compare

This is a minor fix that should fix an issue with drawing using an 8-bit processor.