Skip to content

Commit 6249083

Browse files
committed
remove calls to refresh_soon ans wait_for_frame for CP5.0 compatibility
1 parent 7fd0290 commit 6249083

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PyPortal_OpenWeather/openweather_graphics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,3 @@ def set_icon(self, filename):
138138
pixel_shader=displayio.ColorConverter(),
139139
position=(0,0))
140140
self._icon_group.append(self._icon_sprite)
141-
board.DISPLAY.refresh_soon()
142-
board.DISPLAY.wait_for_frame()

0 commit comments

Comments
 (0)