This repository has been archived by the owner on Nov 1, 2019. It is now read-only.
Releases: pimoroni/inky-phat
Releases · pimoroni/inky-phat
Version 1.0.1
Version 1.0.0
This version introduces support for Black/Yellow and Black/Black variants of Inky pHAT. It's now required that you set the correct colour before the library will update your Inky pHAT. This is to avoid running the wrong update code and getting confusingly poor results, setting the wrong mode should not damage your Inky pHAT and may even have desirable results in some cases.
Version 0.1.1
- Removed GPIO.cleanup call for Inky pHAT v2, so subsequent display updates will work
Version 0.1.0
- Added support for new display on Inky pHAT v2
Version 0.0.2
This version changes the init/update cycle in the Inky pHAT library to initialise, update and shutdown the driver IC on every update. It's highly recommended for all users, and seeks to eliminate any possibility of software causing dead lines and streaking on Inky pHAT.
- Tweaked LCD init to run every update
- Added LCD deinit to switch off driver IC
- Added clear method
Version 0.0.1
Initial release.