Skip to content

Commit 959ccc0

Browse files
authored
Update show to root_group
Compatibility with CP9
1 parent 4827ef4 commit 959ccc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wii_classic_displayio_visualizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Make the display context
2828
splash = displayio.Group()
2929
splash.append(bg_tilegrid)
30-
display.show(splash)
30+
display.root_group = splash
3131

3232
i2c = board.STEMMA_I2C()
3333
ctrl_pad = adafruit_wii_classic.Wii_Classic(i2c)

0 commit comments

Comments
 (0)