Releases: pimoroni/fanshim-python
Releases · pimoroni/fanshim-python
Version 0.0.5
This update primarily drops the legacy Plasma API in favour of using the new APA102 Python library to get right to the point.
Additionally support has been added to disable the LED and Button, which will avoid any GPIO set up for either of these devices if those pins are desired for other add-ons.
- Replace Plasma API with APA102 library
- Add support for setting LED global brightness
- Add support for disabling button and/or LED
- Move packages/requires to setup.config, minimum version now Python 2.7
Version 0.0.4
This release changes Fan SHIM to use the legacy Plasma API, since the Plasma library has introduced breaking changes.
Version 0.0.3
Version 0.0.2
- Fix atexit error for #1
Version 0.0.1
Initial Release