Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.22.10 - Made copyright stay up to date in docs/conf.py

26 Aug 02:38
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.9 - Fixed version string

22 Aug 18:58
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.8 - Switched to pyproject.toml

09 Aug 19:35
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.7 - Use fontio.FontProtocol for type annotations

17 Jun 17:02
bb9cb75
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.6 - Added cp.org link to index.rst

09 Jun 18:54
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.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.