Skip to content

Commit d4c9d6a

Browse files
authored
Update code-single-displayio-feather.py
1 parent 5ace47a commit d4c9d6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CircuitPython_gifio/Feather/code-single-displayio-feather.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
# Documentation:
88
# https://docs.circuitpython.org/en/latest/shared-bindings/gifio/
99
# Updated 4/5/2023
10+
11+
import time
12+
import gc
1013
import board
1114
import gifio
1215
import digitalio
1316
import displayio
14-
import time
15-
import gc
1617

1718
display = board.DISPLAY
1819
splash = displayio.Group()

0 commit comments

Comments
 (0)