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 ec98a7f commit b311402Copy full SHA for b311402
adafruit_display_text/label.py
@@ -261,7 +261,7 @@ def _update_text(
261
not self._text
262
or old_c >= len(self._text)
263
or character != self._text[old_c]
264
- ):
+ ) and (glyph.width > 0 and glyph.height > 0):
265
try:
266
# pylint: disable=unexpected-keyword-arg
267
face = displayio.TileGrid(
0 commit comments