* Add a property for getting and setting the maximum allowed current on the board. * Add a property for getting the maximum current per LED channel. * Add a function for calculating the maximum allowed brightness values.
0.6.0
* Remove ``LEDColor``.
0.5.19
* Fix a bug where the previous pattern would continue to appear when sending long lists of LEDs.
0.5.18
* The ``led`` attribute is not available to read before ever setting it.
0.5.17
* Avoid buffer overflow errors by ensuring that strings are cut in 64 bytes. This may make custom LED commands slower.