Skip to content

Releases: adafruit/Adafruit_CircuitPython_EPD

Big refactor to match Arduino logic separation

31 Mar 23:34
c974cec

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

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

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

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

Choose a tag to compare

1.0.0

DM: fix travis again?