Releases: adafruit/Adafruit_CircuitPython_EPD
Fixed sharing SPI data lines and fill logic
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
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
- 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
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
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!
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!
- 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
1.0.0 DM: fix travis again?