Releases: adafruit/Adafruit-GFX-Library
Releases · adafruit/Adafruit-GFX-Library
1.10.11 - Compressed TomThumb font to fix bounding box text width problem, bug fixes
1.10.10 - Fixed formatting
Bump to 1.10.10
nRF52 minor fix
Wrong function name was being called in writePixels(). Fixed now. Only affected nRF boards.
Fix longstanding endian bugs in writePixels()
The bigEndian flag in writePixels() previously wasn’t always correctly observed, depending on architecture, SPI DMA setting, etc. Should be handled universally now, though code still needs to be smart about whether or not to use this.
Add PyPortal Titano to the list of DMA-enabled boards
1.10.7 Add PyPortal Titano to the list of DMA-enabled boards
1.10.6 - Updated README
Bump to 1.10.6
1.10.5 - Fixed compiler warnings and errors
Bump to 1.10.5
1.10.4 - Fixed -Wunused-parameter warnings
Bump to 1.10.4
1.10.3 - Fixed drawFastRawHLine in GFXcanvas16
Bump to 1.10.3
Fixed clipping in fast H/V line functions on canvases
1.10.2 clang-format fix