We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6b29f commit 9a01b34Copy full SHA for 9a01b34
adafruit_display_text/text_box.py
@@ -1,15 +1,15 @@
1
-# SPDX-FileCopyrightText: 2020 Kevin Matocha
+# SPDX-FileCopyrightText: 2024 Tim Cocks for Adafruit Industries
2
#
3
# SPDX-License-Identifier: MIT
4
5
"""
6
-`adafruit_display_text.bitmap_label`
+`adafruit_display_text.text_box`
7
================================================================================
8
9
Text graphics handling for CircuitPython, including text boxes
10
11
12
-* Author(s): Kevin Matocha
+* Author(s): Tim Cocks
13
14
Implementation Notes
15
--------------------
0 commit comments