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 69cc1bf commit 0defe7dCopy full SHA for 0defe7d
adafruit_display_text/label.py
@@ -50,6 +50,9 @@ class Label(displayio.Group):
50
:param int color: Color of all text in RGB hex
51
:param double line_spacing: Line spacing of text to display"""
52
53
+ # pylint: disable=too-many-instance-attributes
54
+ # This has several getters and setters, maybe needs to be cleaned up.
55
+
56
def __init__(
57
self,
58
font,
0 commit comments