Skip to content

Commit 110ff79

Browse files
authored
Merge pull request #25 from prcutler/root-group-fix
Update to use root_group for CP 9 compatibility
2 parents d0c7c47 + bc257e6 commit 110ff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/miniqr_displaytest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def bitmap_QR(matrix):
4545

4646
splash = displayio.Group(scale=scale)
4747
splash.append(qr_img)
48-
board.DISPLAY.show(splash)
48+
board.DISPLAY.root_group = splash
4949

5050
# Hang out forever
5151
while True:

0 commit comments

Comments
 (0)