Skip to content

Releases: adafruit/Adafruit-GFX-Library

DMA support for nRF52

18 Oct 18:31
fc13f34
Compare
Choose a tag to compare

nrf52840 can do 32mhz DMA SPI now for very fast display updates! also enabled DMA on CPX and fixed some #defines for SAMD21

Add ability to setSpeed of SPI TFT

13 Sep 04:20
Compare
Choose a tag to compare

also enabled DMA for monster m4sk

1.5.6

04 Jul 10:19
fb2757d
Compare
Choose a tag to compare
Update library.properties

Allow WIDTH and HEIGHT to be mutable

17 Jun 00:40
Compare
Choose a tag to compare

Required for when chips are 320x240 but displays themselves are 240x240

Can separately define X and Y text scaling and anti-alias warning fix

12 Jun 21:03
Compare
Choose a tag to compare

Added option to separately define X and Y text magnification factor thanks to @jonnieZG
Fixed strict-aliasing warning thanks to @grafalex82

Enable SPI DMA by default for PyGamer/PyBadge

01 Jun 23:02
Compare
Choose a tag to compare
1.5.3

bump to speed up arcada

Inline some trivial functions, add byteSwap() for GFXcanvas16

30 May 03:58
Compare
Choose a tag to compare

Add hooks for SPI data mode

18 May 18:01
Compare
Choose a tag to compare
1.5.1

Restore hwspi._mode at the end of all DMA transfers

Moved readcommand8() to GFX Library

10 May 22:38
fbd16ee
Compare
Choose a tag to compare

Moved the readcommand8() function to the Graphics Library for reading display information.

Fix for fillTriangles on some larger displays

09 May 22:20
Compare
Choose a tag to compare

This fixes an overflow issue in some circumstances with fillTriangles()