Skip to content

Commit ab695db

Browse files
authored
Merge pull request #896 from brentru/patch-pyportal-aws-iot
Patch PyPortal AWS IoT Planter GFX Helper
2 parents 86cbfdf + ffe8bfe commit ab695db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PyPortal_AWS_IOT_Planter/aws_gfx_helper.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ def __init__(self, is_celsius=False):
2929

3030
# create background icon group
3131
self._icon_group = displayio.Group(max_size=3)
32-
self.append(self._icon_group)
3332
self.display.show(self._icon_group)
3433
# create text object group
3534
self._text_group = displayio.Group(max_size=40)
36-
self.append(self._text_group)
3735

3836
print("Displaying splash screen")
3937
self._icon_sprite = None
@@ -145,5 +143,3 @@ def set_icon(self, filename):
145143
position=(0,0))
146144

147145
self._icon_group.append(self._icon_sprite)
148-
self.display.refresh_soon()
149-
self.display.wait_for_frame()

0 commit comments

Comments
 (0)