Skip to content

Releases: adafruit/Adafruit_CircuitPython_EPD

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.

2.7.1 - Moved to pre-commit, added licensing info

22 Jan 20:09
9ffde2d
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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 Grayscale Image Mode Support

18 Aug 21:02
3ca6237
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.6.2 - Fixed discord invite link

09 Jul 20:28
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.