2.21.0 - bitmap property on BitmapLabel
This version adds a bitmap
property on BitmapLabel
which can be used to access the underlying Bitmap object that contains the label so that it can be further manipulated by user code.
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.