We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebf78d commit ca06d3cCopy full SHA for ca06d3c
1 file changed
HalloWing_Jump_Scare_Trap/hallowing_jump_scare_trap.py
@@ -108,11 +108,7 @@ def show_image(filename):
108
109
backlight.duty_cycle = 0
110
splash.append(face)
111
- # Wait for the image to load.
112
- try:
113
- board.DISPLAY.refresh(target_frames_per_second=60)
114
- except AttributeError:
115
- board.DISPLAY.wait_for_frame()
+ board.DISPLAY.refresh(target_frames_per_second=60)
116
backlight.duty_cycle = max_brightness
117
118
beep(1) # startup beep
0 commit comments