Skip to content

Commit 950ef06

Browse files
committed
move to label
1 parent 566611c commit 950ef06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_display_text/text_area.py renamed to adafruit_display_text/label.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`adafruit_display_text.text_area`
23+
`adafruit_display_text.label`
2424
====================================================
2525
26-
Displays text using CircuitPython's displayio.
26+
Displays text labels using CircuitPython's displayio.
2727
2828
* Author(s): Scott Shawcroft
2929
@@ -44,7 +44,7 @@
4444
__version__ = "0.0.0-auto.0"
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
4646

47-
class TextArea(displayio.Group):
47+
class Label(displayio.Group):
4848
"""An area displaying a string of textself.
4949
5050
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``

0 commit comments

Comments
 (0)