Skip to content

Releases: adafruit/Adafruit_CircuitPython_BitmapSaver

1.2.9 - Updated .pylintrc, fixed jQuery

26 May 16:22
5bf93e4
Compare
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.8 - fix pylint complaints; no functionality change

11 May 18:22
0229bfa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.7...1.2.8

1.2.7 - Made copyright stay up to date in docs/conf.py

26 Aug 02: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-bitmapsaver.

Read the docs for info on how to use it.

1.2.6 - Fixed version string

22 Aug 18:56
Compare
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.5 - Switched to pyproject.toml

09 Aug 19:53
Compare
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.4 - External Display Example

11 Jul 14:39
2cec797
Compare
Choose a tag to compare

This release adds an example for use with external displays, specifically a 3.5" TFT Featherwing. Thank you @DJDevon3

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.3 - Added cp.org link to index.rst

09 Jun 18:55
Compare
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.2 - Repo documentation and config updates

07 Jun 17:23
Compare
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
Compare
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
Compare
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.