Adafruit-circuitpython-display-text

Latest version: v3.1.0

Safety actively analyzes 630328 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 18

2.15.4

This release includes a fix for `\t` characters. Previously they were ignored entirely. Now they are replaced by 4 spaces by default. A new parameter `tab_replacement` can be used to change the behavior to use other characters if you need. Thank you jposada202020!

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-display_text`.

Read the [docs](http://circuitpython.readthedocs.io/projects/display_text/en/latest/) for info on how to use it.

2.15.3

This release includes a fix for BitmapLabel that gracefully handles fonts where glyphs exceed the ascent size property of the font.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-display_text`.

Read the [docs](http://circuitpython.readthedocs.io/projects/display_text/en/latest/) for info on how to use it.

2.15.2

This release includes an internal refactor to avoid code duplication. Behavior of both labels is unchanged.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-display_text`.

Read the [docs](http://circuitpython.readthedocs.io/projects/display_text/en/latest/) for info on how to use it.

2.15.1

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-display_text`.

Read the [docs](http://circuitpython.readthedocs.io/projects/display_text/en/latest/) for info on how to use it.

2.15.0

Added a new function, `wrap_by_pixels()` that allows you to set the text to wrap at a certain number of pixels.

Thanks for the PR FoamyGuy!

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-display_text`.

Read the [docs](http://circuitpython.readthedocs.io/projects/display_text/en/latest/) for info on how to use it.

2.14.0

The new constructor argument `base_alignment` has been added to bitmap_label. Setting to `True` will result in the label getting aligned by it's baseline. Helpful if you are trying to line up different sized fonts along the same baseline. Thank you jposada202020 for this great new feature!

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-display_text`.

Read the [docs](http://circuitpython.readthedocs.io/projects/display_text/en/latest/) for info on how to use it.

Page 9 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.