Releases: adafruit/Adafruit-GFX-Library
Releases · adafruit/Adafruit-GFX-Library
1.7.4 - Actions update
Update library.properties
Clang, actions, deps
clang-format repo
move from travis to actions
add library deps
Fixed a rotation issue that was occurring in the graphicstest
1.7.2 Bumped for version release
Fix drawing with 8-bit Processors
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
DMA support for nRF52
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
also enabled DMA for monster m4sk
1.5.6
Update library.properties
Allow WIDTH and HEIGHT to be mutable
Required for when chips are 320x240 but displays themselves are 240x240
Can separately define X and Y text scaling and anti-alias warning fix
Added option to separately define X and Y text magnification factor thanks to @jonnieZG
Fixed strict-aliasing warning thanks to @grafalex82