Skip to content

Releases: adafruit/Adafruit_CircuitPython_EPD

2.10.1 - Updated pylint version, linted

15 Nov 19:42
b2e9445
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Added UC8151D Monochrome Display Support

21 Sep 00:57
f403d91
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.9.5 - Fixed size of demo box, updated comments for new mono displays

22 Jul 13:43
befef95
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.9.4 - Distinguished stride from width for SSD1680

24 Jun 17:12
042a433
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Allow different font sizes

29 Mar 15:59
3e1546d
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Fix up examples a bit

12 Mar 22:36
e55b9be
Compare
Choose a tag to compare
  • Minor changes to epd_bitmap.py to not use the home directory and default to blinka.bmp
  • Updated epd_pillow_image.py because it was throwing an error with newer versions of Pillow due to not explicitly converting to RGB

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

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

Read the docs for info on how to use it.

Fix SSD1680 offset

12 Mar 17:30
3726a3b
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Added Tri-Color SSD1680 Driver

12 Mar 01:41
7dd411c
Compare
Choose a tag to compare

This release includes:

  • Adding a SSD1681 driver to work as a Tri-Color display driver
  • Updating the examples to use the new drivers

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

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

Read the docs for info on how to use it.

2.8.0 - Added Tri-Color SSD1681 Driver

25 Feb 19:53
6678052
Compare
Choose a tag to compare

This release includes:

  • Updating the existing SSD1681 driver to work as a Tri-Color display driver
  • Updating the examples to use the new drivers
  • Updating most examples to have consistent sets of initializers

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

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

Read the docs for info on how to use it.

2.7.2 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:32
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.