Skip to content

Releases: pimoroni/fanshim-python

Version 0.0.5

17 Aug 18:22
Compare
Choose a tag to compare

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

13 Mar 14:32
Compare
Choose a tag to compare

This release changes Fan SHIM to use the legacy Plasma API, since the Plasma library has introduced breaking changes.

Version 0.0.3

06 Nov 13:02
Compare
Choose a tag to compare

This release implements the polling frequency fix discussed in #6

It also defers polling until a handler has been attached to a button, so code examples not using the buttons will not waste CPU on polling them: 0246d23

Version 0.0.2

06 Nov 12:40
Compare
Choose a tag to compare
  • Fix atexit error for #1

Version 0.0.1

06 Nov 12:29
Compare
Choose a tag to compare

Initial Release