Skip to content

Commit bc257e6

Browse files
committed
Update to use root_group for CP 9 compatibility
1 parent d0c7c47 commit bc257e6

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)