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 05affa4 + c2e3a79 commit b6ec018Copy full SHA for b6ec018
adafruit_display_text/label.py
@@ -206,6 +206,7 @@ def _update_background_color(self, new_color):
206
else:
207
self.append(self._create_background_box(lines, y_offset))
208
self._added_background_tilegrid = True
209
+
210
else: # a bitmap is present in the self Group
211
# update bitmap if text is present and bitmap sizes > 0 pixels
212
if (
@@ -312,6 +313,7 @@ def _update_text(
312
313
self.pop()
314
self._text = new_text
315
self._boundingbox = (left, top, left + right, bottom - top)
316
317
self._update_background_color(self._background_color)
318
319
@property
0 commit comments