Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Releases: pimoroni/inky-phat

Version 1.0.1

16 Oct 11:12
Compare
Choose a tag to compare

This release fixes issues with V1 Inky pHAT support introduced by v1.0.0 colour support for V2 and reported in #19

Version 1.0.0

06 Jul 14:27
Compare
Choose a tag to compare

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

15 Jan 15:20
Compare
Choose a tag to compare
  • Removed GPIO.cleanup call for Inky pHAT v2, so subsequent display updates will work

Version 0.1.0

15 Jan 15:20
Compare
Choose a tag to compare
  • Added support for new display on Inky pHAT v2

Version 0.0.2

13 Jul 13:02
Compare
Choose a tag to compare

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

27 Jun 14:16
Compare
Choose a tag to compare

Initial release.