Skip to content

3.0.0 - Allow use of bitmaptools.blit()

Compare
Choose a tag to compare
@tekktrik tekktrik released this 28 Jul 04:35
· 17 commits to main since this release
347a824

Allow the usage of bitmaptools.blit(), which will be available in CircuitPython 9.0. While the change here is backward-compatible, signaling the use of new API additions through a major revision bump seems appropriate. Thanks @FoamyGuy!

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

To use in CPython, pip3 install adafruit-circuitpython-Display-Text.

Read the docs for info on how to use it.