Skip to content

Commit c43a7a2

Browse files
authored
Merge pull request #11 from makermelissa/master
Removed wait_for_frame() for CP5.0 compatibility
2 parents 00ad929 + 1cd247a commit c43a7a2

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)