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 1c19264 commit 83f43deCopy full SHA for 83f43de
adafruit_display_text/label.py
@@ -22,14 +22,21 @@
22
"""
23
`adafruit_display_text.label`
24
====================================================
25
+
26
Displays text labels using CircuitPython's displayio.
27
28
* Author(s): Scott Shawcroft
29
30
Implementation Notes
31
--------------------
32
33
**Hardware:**
34
35
**Software and Dependencies:**
36
37
* Adafruit CircuitPython firmware for the supported boards:
38
https://github.com/adafruit/circuitpython/releases
39
40
41
42
import displayio
0 commit comments