Skip to content

Fix for CircuitPython 4.0.0 RC2 and later

Compare
Choose a tag to compare
@makermelissa makermelissa released this 20 May 01:37
ecdede6

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.