Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

3.0.4 - replace .show()

02 Nov 12:54
dc45987

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3 - Fallback If Missing bitmaptools

01 Nov 23:48
47539aa

Choose a tag to compare

What's Changed

  • chore: allow use of bitmap_label without bitmaptools by @imnotjames in #196

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2 - Force x value to be positive in case first character is kerned

29 Oct 02:57
f641e50

Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1 - Fix RTD Theme Issue

25 Sep 15:59

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.

3.0.0 - Allow use of bitmaptools.blit()

28 Jul 04:35
347a824

Choose a tag to compare

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

26 May 16:09

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.28.2 - Updated pre-commit hooks

18 May 15:34

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.28.1 - Type annotation doc update

24 Mar 13:03
59c2757

Choose a tag to compare

What's Changed

Full Changelog: 2.28.0...2.28.1

2.28.0 Updated Scrolling Text Constructor

13 Mar 23:10
635ad4e

Choose a tag to compare

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

13 Mar 20:47
81998a6

Choose a tag to compare

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.