Skip to content

Commit 1cd247a

Browse files
committed
Removed wait_for_frame() for CP5.0 compatibility
1 parent 00ad929 commit 1cd247a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/miniqr_displaytest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def bitmap_QR(matrix):
3838
splash = displayio.Group(scale=scale)
3939
splash.append(qr_img)
4040
board.DISPLAY.show(splash)
41-
board.DISPLAY.wait_for_frame()
4241

4342
# Hang out forever
4443
while True:

0 commit comments

Comments
 (0)