Skip to content

2.21.0 - bitmap property on BitmapLabel

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 21 Aug 17:07
· 167 commits to main since this release
99a296f

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.