Metadata-Version: 2.4
Name: unicornhat
Version: 2.2.3
Summary: Python library for UnicornHAT/pHAT
Home-page: http://shop.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Keywords: Raspberry Pi Unicorn HAT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
License-File: LICENSE.txt
Requires-Dist: rpi_ws281x>=3.0.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Learn more: https://shop.pimoroni.com/products/unicorn-hat
Learn more: https://shop.pimoroni.com/products/unicorn-phat

2.2.2
-----

* Bugfix: Switched to DMA channel 10 to avoid SD card locking + freezing

2.2.1
-----

* Refactor: Switched to using rpi_ws218x 3.x.x

2.1.3
-----

* Feature: Added set_all and shade_pixels which now drives set_pixels
* Feature: Added PHAT_VERTICAL optional orientation
* Bugfix: get_brightness now returns value
* Bugfix: get_pixels now takes into account pHAT/HAT shape

2.1.2
-----

* Added AUTO set_layout which attempts to detect uHAT via EEPROM
* Added get_shape() which returns a tuple of width/height

2.1.1
-----

* Initialized to 128 brightness (max)

2.1.0
-----

* Added Unicorn pHAT support

2.0.7
-----

* Added warning on low brightness

2.0.6
-----

* Indent bugfix

2.0.5
-----

* Max brightness capped at 50%
* Added requirement for latest 1.0.0 rpi_ws281x ( dubbed 2.0.0 on pip )

2.0.0
-----

* Major switch over to rpi_ws281x library
* Raspberry Pi 2 compatibility

1.0.1
-----

* Fix to rotation()

1.0.0
-----

* Initial Release

