Skip to content

Commit c747345

Browse files
authored
Merge pull request #898 from brentru/patch-azure-planter
Patch Azure IoT Planter GFX Helper
2 parents ab695db + 015bd3f commit c747345

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PyPortal_Azure_Plant_Monitor/azure_gfx_helper.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ def __init__(self, is_celsius=True):
2727

2828
# create background icon group
2929
self._icon_group = displayio.Group(max_size=3)
30-
self.append(self._icon_group)
3130
board.DISPLAY.show(self._icon_group)
3231
# create text object group
3332
self._text_group = displayio.Group(max_size=9)
34-
self.append(self._text_group)
3533

3634
self._icon_sprite = None
3735
self._icon_file = None
@@ -142,6 +140,3 @@ def set_icon(self, filename):
142140
position=(0,0))
143141

144142
self._icon_group.append(self._icon_sprite)
145-
board.DISPLAY.refresh_soon()
146-
board.DISPLAY.wait_for_frame()
147-

0 commit comments

Comments
 (0)