Skip to content

Releases: adafruit/Adafruit_CircuitPython_BitmapSaver

1.2.2 - Repo documentation and config updates

07 Jun 17:23

Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.2.1 - Typing Information

23 May 14:59
ab5ea17

Choose a tag to compare

This release contains typing information for function arguments and returns. Thank you @matt-land

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

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

Read the docs for info on how to use it.

1.2.0 - Fix for saving a Bitmap Object

03 May 21:26
b8758f9

Choose a tag to compare

This release contains a fix for an issue arising from saving a Bitmap object instead of a Display object. Thank you @matt-land

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

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

Read the docs for info on how to use it.

1.1.9 - Updated documentation link, python version

04 Feb 20:40

Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.1.8 - Updated Example in Readme File

07 Dec 01:21
ee995f3

Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.1.7 - Updated pylint version, linted

15 Nov 18:52

Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.1.6 - Fixed bug where "streaks" were shown on output bitmaps

06 Apr 21:43
4724f5c

Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.1.5 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:42
f939396

Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

10 Feb 22:28

Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.1.3 - Moved to pre-commit, added licensing info

22 Jan 02:40
b08049d

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-bitmapsaver.

Read the docs for info on how to use it.