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.
2 parents 36e199a + 142054a commit d84df43Copy full SHA for d84df43
adafruit_display_text/label.py
@@ -79,7 +79,7 @@ def __init__(self, font, *, text=None, max_glyphs=None, color=0xffffff,
79
self._line_spacing = line_spacing
80
self._boundingbox = None
81
82
- if text:
+ if text is not None:
83
self._update_text(str(text))
84
85
0 commit comments