Skip to content

Adafruit example fixes

Choose a tag to compare

@bitbank2 bitbank2 released this 23 Aug 04:18
· 133 commits to master since this release
4a48c7b

The example sketches for the Adafruit GFX library had an error in the GIFDraw() callback. The startWrite() function (sets CS low) needs to be called before calling setAddrWindow(). On my setup, I had tied CS to ground, so I didn't notice the bug.