Skip to content

Releases: adafruit/Adafruit-GFX-Library

Change SPI transaction & CS ordering

16 Mar 21:58
Compare
Choose a tag to compare
1.4.4

Change transaction & CS ordering

Parallel DMA for PyPortal

15 Mar 05:10
Compare
Choose a tag to compare
1.4.3

Parallel DMA working on PyPortal

Appease the ESP8266 compiler

03 Mar 01:30
Compare
Choose a tag to compare
1.4.2

Appease the ESP8266 compiler

Bump release version (no change from 1.4)

02 Mar 04:34
c8bd1f4
Compare
Choose a tag to compare
Update library.properties

bump version

Add parallel interface support (PyPortal)

02 Mar 04:24
b29b864
Compare
Choose a tag to compare
Update README.md

move to travis.com

Experimental SPI DMA support on SAMD (disabled by default)

12 Dec 04:26
Compare
Choose a tag to compare
1.3.6

Experimental SPI DMA support on SAMD (disabled by default)

Fix roundrect bug

26 Nov 21:42
Compare
Choose a tag to compare
1.3.4

Round rects; limit radius to 1/2 minor axis

Fixes for WICED Feather hardware SPI

17 Nov 06:09
Compare
Choose a tag to compare
1.3.3

Fixes for WICED Feather hardware SPI

Allows I2C display libs to compile for WICED Feather

09 Nov 23:16
Compare
Choose a tag to compare
1.3.2

Allow GFX code to compile on WICED w/o SPIClass

Fix for obscure filled circle/round-rect problem

08 Nov 23:02
Compare
Choose a tag to compare
Fix fillCircleHelper for SSD1306 INVERT mode

Function would previously draw certain line segments repeatedly; minor performance drain on most displays, but especially problematic for SSD1306's INVERT drawing mode.