Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.22.5 - Repo documentation and config updates

07 Jun 17:23
Compare
Choose a tag to compare

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.22.4 - Added type annotations, fixed documentation for ScrollingLabel

19 May 13:44
88635f3
Compare
Choose a tag to compare

Fixed an issue where information wasn't displaying in the docs for ScrollingLabel; additionally added type annotations for it. Thanks @rgrizzell!

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.22.3 - Handle setting text to empty string properly.

02 Apr 03:46
de3276c
Compare
Choose a tag to compare

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.22.2 - Improved Efficiency in BitmapLabel

13 Mar 22:46
35b6410
Compare
Choose a tag to compare

This release improves effeciency of BitmapLabel by re-using the Bitmap and Tilegrid when possible. Thank you @kevinjwalters

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.22.1 - Add BitmapFont to Requirements

18 Feb 22:47
144cbf9
Compare
Choose a tag to compare

This release adds a requirement for BitmapFont library, which contains some classes that are used for typing information.

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.22.0 - Added ScrollingLabel method

10 Feb 20:14
0bd04a2
Compare
Choose a tag to compare

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.21.4 - Wrap to Pixels Bugfix

08 Feb 00:33
5283f39
Compare
Choose a tag to compare

This release contains a fix for a wrap_to_pixels() issue that caused spaces to be omitted erroneously sometimes. Thank you @kmatch98

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.21.3 - Updated documentation link, python version

04 Feb 20:57
Compare
Choose a tag to compare

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.21.2 - Typing Information and Bugfix

24 Dec 01:04
0ec8789
Compare
Choose a tag to compare

This release resolves an issue with the save_text=False argument. Thank you @tekktrik

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.21.1 - Updated pylint version, linted

15 Nov 19:43
ca14195
Compare
Choose a tag to compare

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.