Skip to content

Releases: adafruit/Adafruit_CircuitPython_framebuf

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.

Added RGB888 support to image() function

11 Sep 01:17
036f48d
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.

RGB888 support added, optimizations, and bugfixes

10 Sep 17:06
622eb96
Compare
Choose a tag to compare

This release includes the following changes:

  • RGB888 Support has been added
  • Text drawing has been optimized
  • Image drawing while rotated has been fixed. Thanks @jsharper

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.3.4 - Fixed typo in README

07 Sep 19:35
9f7291e
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.3.3 - Fixed discord invite link

09 Jul 20:49
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.3.2 - Added font_name to BitmapFont call for custom fonts

18 May 16:28
a098593
Compare
Choose a tag to compare

Thanks @xdmtk

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.3.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:06
71eeb45
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.