Skip to content

Releases: adafruit/Adafruit_CircuitPython_EPD

Fixed sharing SPI data lines and fill logic

14 Jun 00:24
5385963
Compare
Choose a tag to compare

Fixed Issues #21 and #22 . The prior version did not release EPD SRAM CS_pin between updates. As a result, sharing the SPI lines with another device would cause miscommunication. Also, within the EPD board, there was miscommunication which caused the fill logic to fail. Both problem were fixed with this change.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-epd.

Read the docs for info on how to use it.

  • Note, this is 2.03 re-released as 2.4.0 to fit proper semver.

Fix for CircuitPython 4.0.0 RC2 and later

20 May 01:37
ecdede6
Compare
Choose a tag to compare

There was an issue with CircuitPython 4.0.0 RC2 and later where byte checking was removed that caused the EPD library to fail. This fix allows the library to be used with the latest version of CircuitPython. Thanks @mrmcwethy

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-epd.

Read the docs for info on how to use it.

README update

29 Apr 22:56
efdd7d3
Compare
Choose a tag to compare
  • Updated example usage in README

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-epd.

Read the docs for info on how to use it.

Big refactor to match Arduino logic separation

31 Mar 23:34
c974cec
Compare
Choose a tag to compare

This also made it possible to add more displays, now has 2.7" tricolor support! Thanks @ladyada

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-epd.

Read the docs for info on how to use it.

Update Travis Badge In Readme

15 Jan 23:53
f447249
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-epd.

Read the docs for info on how to use it.

Added Blinka support!

12 Nov 20:22
e4b1946
Compare
Choose a tag to compare

Also update to division to make library faster. Added example for RPi.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-epd.

Read the docs for info on how to use it.

Now on PyPi!

05 Aug 16:40
c2a05b6
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-epd.

Read the docs for info on how to use it.

initial release

18 Jul 20:01
Compare
Choose a tag to compare
1.0.0

DM: fix travis again?