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 e443db2 commit b14b945Copy full SHA for b14b945
adafruit_display_text/bitmap_label.py
@@ -420,6 +420,7 @@ def line_spacing(self):
420
bounding-box height. (E.g. 1.0 is the bounding-box height)"""
421
return self._line_spacing
422
423
+ # pylint: disable=no-self-use
424
@line_spacing.setter
425
def line_spacing(self, new_line_spacing):
426
raise RuntimeError(
@@ -461,6 +462,7 @@ def text(self):
461
462
"""Text to displayed."""
463
return self._text
464
465
466
@text.setter
467
def text(self, new_text):
468
@@ -472,6 +474,7 @@ def font(self):
472
474
"""Font to use for text display."""
473
475
return self.font
476
477
478
@font.setter
479
def font(self, new_font):
480
0 commit comments