Metadata-Version: 2.0
Name: inkyphat
Version: 1.0.1
Summary: Inky pHAT Driver
Home-page: http://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Keywords: Raspberry Pi e-paper display
Platform: UNKNOWN
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
Requires-Dist: spidev
Requires-Dist: RPi.GPIO
Requires-Dist: numpy
Requires-Dist: pillow

1.0.1
-----

* BugFix: Fixed colour support issues with V1 Inky pHAT

1.0.0
-----

* Feature: Added support for Black/Yellow and Black

0.1.1
-----

* Removed GPIO.cleanup call for Inky pHAT v2, so subsequent display updates will work

0.1.0
-----

* Added support for new display on Inky pHAT v2

0.0.2
-----

* Tweaked LCD init to run every update
* Added LCD deinit to switch off driver IC
* Added clear method

0.0.1
-----

* Initial release



