Skip to content

Commit 17f9688

Browse files
authored
Update code-single-pyportal-displayio.py
1 parent d4c9d6a commit 17f9688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CircuitPython_gifio/PyPortal/code-single-pyportal-displayio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
# https://docs.circuitpython.org/en/latest/shared-bindings/gifio/
99
# Updated 4/5/2023
1010
#
11+
import time
12+
import gc
1113
import board
1214
import gifio
1315
import displayio
14-
import time
1516
import adafruit_touchscreen
16-
import gc
1717

1818
display = board.DISPLAY
1919
splash = displayio.Group()

0 commit comments

Comments
 (0)