Version 0.1.0
This version includes a new set_all
method, in addition to DocStrings - embedded documentation within the Python module itself.
If you're unfamiliar with what these are, and how they work, try running Python and typing:
>>> import blinkt
>>> help(blinkt)
The write_byte
method has been renamed to _write_byte
to indicate that it's an implementation detail, and you should not use it in your code.
Additionally, RPi.GPIO setup now happens the first time you call show
rather than at module import.
Finally, if you want to know more about the niggles with the APA102s that required the fix in Version 0.0.7 then take a look at our latest blog post: http://blog.pimoroni.com/apa102-variants/ - you'll see that the naked-eye differences between the die in each APA102 variant are actually much more profound under a microscope.