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 ab695db + 015bd3f commit c747345Copy full SHA for c747345
PyPortal_Azure_Plant_Monitor/azure_gfx_helper.py
@@ -27,11 +27,9 @@ def __init__(self, is_celsius=True):
27
28
# create background icon group
29
self._icon_group = displayio.Group(max_size=3)
30
- self.append(self._icon_group)
31
board.DISPLAY.show(self._icon_group)
32
# create text object group
33
self._text_group = displayio.Group(max_size=9)
34
- self.append(self._text_group)
35
36
self._icon_sprite = None
37
self._icon_file = None
@@ -142,6 +140,3 @@ def set_icon(self, filename):
142
140
position=(0,0))
143
141
144
self._icon_group.append(self._icon_sprite)
145
- board.DISPLAY.refresh_soon()
146
- board.DISPLAY.wait_for_frame()
147
-
0 commit comments