Skip to content

Commit 55623fc

Browse files
Update code.py
1 parent 2ae533a commit 55623fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PyGamer_Thermal_Camera/code.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# 2020-01-28 v3.1
33
# (c) 2020 Jan Goolsbey for Adafruit Industries
44

5-
print("Thermal_Cam_v31.py")
6-
75
import time
86
import board
97
import displayio
@@ -35,7 +33,7 @@
3533
bitmap = displayio.OnDiskBitmap(bitmap_file)
3634
splash = displayio.Group()
3735
splash.append(displayio.TileGrid(bitmap,
38-
pixel_shader=displayio.ColorConverter()))
36+
pixel_shader=displayio.ColorConverter()))
3937
board.DISPLAY.show(splash)
4038
time.sleep(0.1) # Allow the splash to display
4139
panel.play_tone(440, 0.1) # A4

0 commit comments

Comments
 (0)