Releases: pimoroni/pantilt-hat
Releases · pimoroni/pantilt-hat
Version 0.0.7
Version 0.0.6
Version 0.0.5
This release includes some fixes to broken features, and a refactor to prevent code running upon import.
- Bugfix: fix to set_pixel_rgbw
- Bugfix: fix so that get_servo_two returns correct value
- Bugfix: deferred setup to prevent side-effects upon import
Version 0.0.4
A maintenance release with new get_pan and get_tilt methods to read the servo position back from the PanTilt HAT driver.
Also includes a couple of bugfixes, the tweak to Idle timeout should allow scripts to exit immediately rather than waiting on the timeout threads, and it's now not possible to accidentally set brightness while not in PWM lighting mode.
- New: get_pan and get_tilt methods to read back servo position
- Bugfix: Brightness does not set value unless light_mode == PWM
- Bugfix: Idle timeout Timer() daemonized to prevent blocking on exit
Version 0.0.3
- Added idle_timeout functionality to prevent idle servo jitter
- Added options for RGB, GRB, RGBW and GRBW pixel types - RGBW and GRBW support up to 18 pixels
Version 0.0.2
Minor fix to packaging dependencies. Nothing to see here!
Version 0.0.1
Initial release of the Pan-Tilt HAT library.