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 86cbfdf + ffe8bfe commit ab695dbCopy full SHA for ab695db
PyPortal_AWS_IOT_Planter/aws_gfx_helper.py
@@ -29,11 +29,9 @@ def __init__(self, is_celsius=False):
29
30
# create background icon group
31
self._icon_group = displayio.Group(max_size=3)
32
- self.append(self._icon_group)
33
self.display.show(self._icon_group)
34
# create text object group
35
self._text_group = displayio.Group(max_size=40)
36
- self.append(self._text_group)
37
38
print("Displaying splash screen")
39
self._icon_sprite = None
@@ -145,5 +143,3 @@ def set_icon(self, filename):
145
143
position=(0,0))
146
144
147
self._icon_group.append(self._icon_sprite)
148
- self.display.refresh_soon()
149
- self.display.wait_for_frame()
0 commit comments