Skip to content

Releases: adafruit/Adafruit_CircuitPython_framebuf

1.4.11 - Added cp.org link to index.rst

09 Jun 18:37
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.10 - Repo documentation and config updates

07 Jun 17:19
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.9 - Updated documentation link, python version

04 Feb 20:10
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.8 - Updated pylint version, linted

15 Nov 18:50
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.7 - Linting, small CI changes

26 Apr 19:51
aa5ea25
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

03 Mar 00:00
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.4.5 - 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-framebuf.

Read the docs for info on how to use it.

1.4.4 - Moved to pre-commit, added licensing info

22 Jan 02:38
3b5c65c
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-framebuf.

Read the docs for info on how to use it.

Add rotation logic to text() method

22 Sep 00:06
c3629f0
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Bug fixes for RGB888 Image usage

18 Sep 19:32
9113290
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.