Skip to content

Releases: adafruit/Adafruit-GFX-Library

1.11.10 Add ATtiny84 support

23 Jul 14:17
0e32d7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.9...1.11.10

1.11.9 - Remove volatile variable compound assignments

10 Oct 21:49
126007f
Compare
Choose a tag to compare
  • Updated code to avoid using compound assignments with volatile variables.

1.11.8

26 Sep 12:38
b0ac687
Compare
Choose a tag to compare

What's Changed

  • For unknown reason, esp8266 wants delay() not yield() so it doesnt crash by @ladyada in ff70355

Full Changelog: 1.11.7...1.11.8

1.11.7 - Fixed missing imports in font files for PlatformIO

18 Jul 19:35
83a182d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.6...1.11.7

1.11.6 - Updated CI Actions versions

22 May 16:44
Compare
Choose a tag to compare
Update CI action versions

Bug fix for large GFXcanvas1 objects

18 Jan 23:42
Compare
Choose a tag to compare
1.11.5

Fix bug w/large GFXcanvas1's (use 32-bit byte counts)

Change to allow double-buffered canvases in subclasses

16 Jan 23:40
Compare
Choose a tag to compare

Super esoteric…this was done to allow the PicoDVI library (a work in progress) to leverage the existing GFXcanvas8 class to do double-buffered animation, rather than replicating this entire class in the other library.

1.11.3 - Fixed variable name errors

29 Jun 17:17
91d916d
Compare
Choose a tag to compare

1.11.2 - Fixed PlatformIO dependency problem

13 Jun 18:35
976bfb3
Compare
Choose a tag to compare

1.11.1 - Added bool dmaBusy()

09 May 19:49
ef17614
Compare
Choose a tag to compare