Skip to content

Releases: adafruit/Adafruit-GFX-Library

1.7.4 - Actions update

08 Jan 19:08
4ae6b53

Choose a tag to compare

Update library.properties

Clang, actions, deps

27 Dec 22:21

Choose a tag to compare

clang-format repo
move from travis to actions
add library deps

Fixed a rotation issue that was occurring in the graphicstest

20 Dec 16:26

Choose a tag to compare

Fix drawing with 8-bit Processors

18 Dec 23:14

Choose a tag to compare

This is a minor fix that should fix an issue with drawing using an 8-bit processor.

1.7.0 - Adds 16-bit commands for NT35510

10 Dec 20:31
a8aff3f

Choose a tag to compare

DMA support for nRF52

18 Oct 18:31
fc13f34

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

Choose a tag to compare

also enabled DMA for monster m4sk

1.5.6

04 Jul 10:19
fb2757d

Choose a tag to compare

Update library.properties

Allow WIDTH and HEIGHT to be mutable

17 Jun 00:40

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

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