Skip to content

Releases: adafruit/Adafruit-GFX-Library

Fix inlining of writePixel & remove setAddrWindow

14 Jul 21:19

Choose a tag to compare

turns out some oleds do addr window differently!

Doxygen/Travis library and some SPITFT additions

14 Jul 19:44

Choose a tag to compare

Don't enable the new SPITFT code on ATtiny devices

08 Jan 20:02

Choose a tag to compare

v1.2.3

Disable SPITFT code if using ATtiny85, update version #

Back off on the PROGMEM declarations; const is sufficient

09 May 22:37

Choose a tag to compare

1.2.2

Back off on the PROGMEM declarations; const is sufficient.

Extra-persnickety declarations in PROGMEM bitmap functions

09 May 17:10

Choose a tag to compare

1.2.1

Extra-persnickety declarations in PROGMEM bitmap functions

1.2.0 release for Arduino Library Manager

06 May 03:00

Choose a tag to compare

Fixes some text wrapping & bounds-calc bugs, adds drawRGBBitmap.

Bug fix for horizontal/vertical lines

05 Apr 16:04

Choose a tag to compare

drawLine(): sort inputs on horizontal/vertical lines

C'mon guys, this is Graphics 101 stuff

1.1.8

21 Mar 02:37

Choose a tag to compare

Add a couple of tiny fonts

1.1.7

18 Mar 00:47

Choose a tag to compare

@me-no-dev refactor!

1.1.6 release for Arduino Library Manager

07 Mar 18:26

Choose a tag to compare

Bug fix: handle larger buttons (>= 256 pixel width). Addition: initButtonUL() to allow specifying buttons w/upper-left corner rather than center.