Skip to content

Releases: adafruit/Adafruit-GFX-Library

1.10.1 - Fixed fast line drawing in GFXcanvas* classes

07 Sep 19:48
8d7bdff

Choose a tag to compare

Grayscale OLED support

23 Aug 18:19
d9220ba

Choose a tag to compare

Mono OLED removed, replaced with generic grayscale support, tested with 1-bpp and 4-bpp

1.9.0 - Add access to pixel values in GFXCanvas* classes

19 Jun 01:56
0752d4b

Choose a tag to compare

1.8.5 - Changed `boolean` to `bool` to avoid compiler warnings

15 Jun 21:18
aa3ecbd

Choose a tag to compare

1.8.4 - Added missing header to fontconvert.c

01 Jun 19:20
1232016

Choose a tag to compare

1.8.3 - Update MonoOLED i2c constructor to match variable definition order

18 May 21:12
eeec0f6

Choose a tag to compare

Some small fix PR's merged

17 May 16:43

Choose a tag to compare

Remove Attiny from Mono OLED compilation

17 May 02:53

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

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

Choose a tag to compare

Merge pull request #272 from makermelissa/master

Removed duplicate spiWrite to fix bbSPI