We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d435657 commit 186aee6Copy full SHA for 186aee6
1 file changed
PyGamer_Thermal_Camera/code.py
@@ -3,10 +3,10 @@
3
# (c) 2020 Jan Goolsbey for Adafruit Industries
4
5
import time
6
+from collections import namedtuple
7
import board
8
import displayio
9
from simpleio import map_range
-from collections import namedtuple
10
from adafruit_display_text.label import Label
11
from adafruit_bitmap_font import bitmap_font
12
from adafruit_display_shapes.rect import Rect
0 commit comments