We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b8bea commit e6dc7faCopy full SHA for e6dc7fa
1 file changed
examples/imageload_magtag_test.py
@@ -2,10 +2,10 @@
2
Basic imageload example script
3
adapted for use on MagTag.
4
"""
5
+import time
6
import board
7
import displayio
8
import adafruit_imageload
-import time
9
10
# use built in display (PyPortal, PyGamer, PyBadge, CLUE, etc.)
11
# see guide for setting up external displays (TFT / OLED breakouts, RGB matrices, etc.)
0 commit comments