Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.28.1 - Type annotation doc update

24 Mar 13:03
59c2757
Compare
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
Compare
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
Compare
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.

2.26.0 - BitmapLabel Fix Multiple Consecutive Newlines

13 Mar 17:01
784a80b
Compare
Choose a tag to compare

This release fixes an issue with BitmapLabel containing multiple consecutive newlines \n. Thank you @Neradoc

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.

Fixed Bitmap_label padding and anchoring position

11 Mar 19:12
966c3ad
Compare
Choose a tag to compare

This release fixes Fix the position of bitmap_label with padding and anchored_position. Thank you @Neradoc

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.24.0 - Verbose Option

24 Feb 19:09
9112015
Compare
Choose a tag to compare

This release adds a verbose argument that can be used to enable debugging output from some of the internal functions used for different text modes. 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.

2.23.0 X Position Fix

11 Jan 00:53
1590d81
Compare
Choose a tag to compare

This release corrects a bug resulted in the X position shift that is read from font files not being properly applied. Because of this correction, the X position of Labels may change slightly in existing projects if/when the library is updated.

For monospace fonts, this fix allows multiple labels placed at the same X position to line up properly in cases where the first character is different.

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.13 - Fix WrapToPixels For Non-Printable Characters

31 Dec 16:23
4039615
Compare
Choose a tag to compare

This release fixes the wrap_to_pixels() function for non-printable characters. Previously they raised an exception from that function. Thank you @Neradoc

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.12 - Fixed types in docstrings

14 Oct 01:18
6cf9f3c
Compare
Choose a tag to compare

Fixed the types for arguments listed in the docstrings. Thanks @isacben!

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.11 - Fix Label Direction Issue with BitmapLabel

12 Sep 15:14
41f06c3
Compare
Choose a tag to compare

This release fixed an issue caused by setting the label_direction of BitmapLabel twice to the same value in succession. Thank you @snkYmkrct for the fix!

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.