Skip to content

Commit 19d6493

Browse files
authored
Merge branch 'master' into master
2 parents feb3700 + 0105478 commit 19d6493

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PyPortal_OpenWeather/openweather_graphics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import time
22
import json
3-
import board
43
import displayio
54
from adafruit_display_text.label import Label
65
from adafruit_bitmap_font import bitmap_font
@@ -138,5 +137,3 @@ def set_icon(self, filename):
138137
pixel_shader=displayio.ColorConverter(),
139138
position=(0,0))
140139
self._icon_group.append(self._icon_sprite)
141-
board.DISPLAY.refresh_soon()
142-
board.DISPLAY.wait_for_frame()

0 commit comments

Comments
 (0)