Metadata-Version: 2.4
Name: unicornhat
Version: 2.1.2
Summary: The Python library for UnicornHAT/pHAT a matrix of 64 or 32, eye-burning, ws2812 LEDs!
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>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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

