Version 0.0.2
This is a bug fix release to correct issues with the yellow Inky pHAT whereupon the electrode voltage was not correctly specified, resulting in a black/brown muddy yellow instead of ... well ... actual yellow!
This also includes a performance enhancement for set_image
which replaces individual pixel copying with a comple copy of the image buffer using numpy to shave time (possibly up to a few seconds) off the display update procedure. This was suggested here- pimoroni/inky-phat#25
- BugFix: Yellow Inky pHAT now yellow instead of brown/black
- Enhancement: Performance tweak for set_image