Releases: adafruit/Adafruit_CircuitPython_Display_Text
3.0.2 - Force x value to be positive in case first character is kerned
3.0.1 - Fix RTD Theme Issue
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.
3.0.0 - Allow use of bitmaptools.blit()
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.
2.28.3 - Updated .pylintrc, fixed jQuery
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.
2.28.2 - Updated pre-commit hooks
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.
2.28.1 - Type annotation doc update
What's Changed
- updating FontProtocol link to Circuitpython RTD by @jposada202020 in #189
Full Changelog: 2.28.0...2.28.1
2.28.0 Updated Scrolling Text Constructor
This release introduce the ability to update the text outside the scrolling text constructor. Thank you @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.
2.27.0 - Fix Padding w/ Different Label Directions
This release fixes inconsistency and issues with padding when using different label_directions. Thank you @jposada202020
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.
2.26.0 - BitmapLabel Fix Multiple Consecutive Newlines
This release fixes an issue with BitmapLabel containing multiple consecutive newlines \n
. Thank you @Neradoc
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.
Fixed Bitmap_label padding and anchoring position
This release fixes Fix the position of bitmap_label with padding and anchored_position. Thank you @Neradoc
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.