Releases: adafruit/Adafruit-GFX-Library
Releases · adafruit/Adafruit-GFX-Library
1.12.3 Optimise fillEllipse function (~36% faster)
What's Changed
- Optimise fillEllipse function. ~36% faster by @DS-Aditya-928 in #478
Full Changelog: 1.12.2...1.12.3
1.12.2 Add draw/fill Ellipse functions
What's Changed
- Added drawEllipse and fillEllipse functions by @DS-Aditya-928 in #477
New Contributors
- @DS-Aditya-928 made their first contribution in #477
Full Changelog: 1.12.1...1.12.2
1.12.1 Fix RP2040 SPI peripheral mapping
What's Changed
- Fix RP2040 SPI peripheral mapping by @caternuson in #470
Full Changelog: 1.12.0...1.12.1
1.12.0 - DVI HSTX
What's Changed
- Fix broken reset logic if reset pin exceeds 127 due to int8 overflow by @nocnokneo in #449
- add support for LGT8F cpu by @jayzakk in #313
- Doc: fix link to Adafruit GFX github repository by @Rotzbua in #394
- GFXcanvas: Allow subclass to take charge of buffer allocations by @jepler in #465
New Contributors
- @nocnokneo made their first contribution in #449
- @jayzakk made their first contribution in #313
- @Rotzbua made their first contribution in #394
- @jepler made their first contribution in #465
Full Changelog: 1.11.11...1.12.11
1.11.11 Add ARDUINO_ARCH_RTTHREAD support
What's Changed
- add ARDUINO_ARCH_RTTHREAD to support RTduino by @mysterywolf in #460
New Contributors
- @mysterywolf made their first contribution in #460
Full Changelog: 1.11.10...1.11.11
1.11.10 Add ATtiny84 support
1.11.9 - Remove volatile variable compound assignments
- Updated code to avoid using compound assignments with volatile variables.
1.11.8
1.11.7 - Fixed missing imports in font files for PlatformIO
What's Changed
- Fix missing imports in font files for PlatformIO by @MarcelRobitaille in #423
New Contributors
- @MarcelRobitaille made their first contribution in #423
Full Changelog: 1.11.6...1.11.7
1.11.6 - Updated CI Actions versions
Update CI action versions