Skip to content

Commit

Permalink
Merge pull request #25 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update to use root_group for CP 9 compatibility
  • Loading branch information
dhalbert authored Nov 9, 2023
2 parents d0c7c47 + bc257e6 commit 110ff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/miniqr_displaytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def bitmap_QR(matrix):

splash = displayio.Group(scale=scale)
splash.append(qr_img)
board.DISPLAY.show(splash)
board.DISPLAY.root_group = splash

# Hang out forever
while True:
Expand Down

0 comments on commit 110ff79

Please sign in to comment.