Skip to content

Commit d326154

Browse files
committed
update for new displayio naming
1 parent e72eb2e commit d326154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/text_area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _update_text(self, new_text):
9494
self.group.pop()
9595
first_different = False
9696
if not first_different:
97-
face = displayio.Sprite(glyph["bitmap"], pixel_shader=self.p,
97+
face = displayio.TileGrid(glyph["bitmap"], pixel_shader=self.p,
9898
position=(self._x + x, self._y + y + self.height - glyph["bounds"][1] - glyph["bounds"][3]))
9999
self.group.append(face)
100100
self.sprites[i] = face

0 commit comments

Comments
 (0)