Adafruit-circuitpython-display-text

Latest version: v3.1.0

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

Scan your dependencies

Page 15 of 18

2.7.1

* Add a check for NoneType glyphs used in computing bounding box.

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

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

2.7.0

This release includes:
* Better background color handling for label. It will now create a background over the entire string, not each character individually. See 49 for more information.
* Better handling when the `group full` exception is raised. See 48 for more information.

Special thanks to kmatch98 and FoamyGuy for their amazing PRs

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

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

2.6.1

This release includes:
* Fix an exception raised when the text was not set in the constructor and tried to be set from the `.text` property.
* Fix the bounding_box to account for trailing whitespace.

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

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

2.6.0

This release includes:
* fix for the `font` getter and setter
* fix for the `anchored_position` measurement it was off about 10 pixels previously

**This update will slightly change the position of existing labels that are using** `anchored_position` **The example has been updated accordingly**

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

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

2.5.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.5.0

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

* Remove pinned Pylint version number from build.yml file
* Synced `.pylintrc` file to match Adafruit standard
* Ran upgraded Pylint and applied any changes or new disables necessary
* Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out [this guide on working with Pylint and Black](https://learn.adafruit.com/improve-your-code-with-pylint)

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 15 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.