Skip to content

Commit 86cbfdf

Browse files
authored
Merge pull request #897 from brentru/patch-gcp
Patch PyPortal GCP IoT Planter
2 parents 40fcafb + 7e236a6 commit 86cbfdf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PyPortal_GCP_IOT_Planter/gcp_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
@@ -146,5 +144,3 @@ def set_icon(self, filename):
146144
position=(0,0))
147145

148146
self._icon_group.append(self._icon_sprite)
149-
self.display.refresh_soon()
150-
self.display.wait_for_frame()

0 commit comments

Comments
 (0)