File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
# THE SOFTWARE.
22
22
"""
23
- `adafruit_display_text.text_area `
23
+ `adafruit_display_text.label `
24
24
====================================================
25
25
26
- Displays text using CircuitPython's displayio.
26
+ Displays text labels using CircuitPython's displayio.
27
27
28
28
* Author(s): Scott Shawcroft
29
29
44
44
__version__ = "0.0.0-auto.0"
45
45
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
46
46
47
- class TextArea (displayio .Group ):
47
+ class Label (displayio .Group ):
48
48
"""An area displaying a string of textself.
49
49
50
50
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``
You can’t perform that action at this time.
0 commit comments