We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae533a commit 55623fcCopy full SHA for 55623fc
PyGamer_Thermal_Camera/code.py
@@ -2,8 +2,6 @@
2
# 2020-01-28 v3.1
3
# (c) 2020 Jan Goolsbey for Adafruit Industries
4
5
-print("Thermal_Cam_v31.py")
6
-
7
import time
8
import board
9
import displayio
@@ -35,7 +33,7 @@
35
33
bitmap = displayio.OnDiskBitmap(bitmap_file)
36
34
splash = displayio.Group()
37
splash.append(displayio.TileGrid(bitmap,
38
- pixel_shader=displayio.ColorConverter()))
+ pixel_shader=displayio.ColorConverter()))
39
board.DISPLAY.show(splash)
40
time.sleep(0.1) # Allow the splash to display
41
panel.play_tone(440, 0.1) # A4
0 commit comments