Skip to content

Fix longstanding endian bugs in writePixels()

Compare
Choose a tag to compare
@PaintYourDragon PaintYourDragon released this 25 May 16:54
· 70 commits to master since this release

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.