Skip to content

Commit d33d4d5

Browse files
authored
Merge pull request #3 from adafruit/BlitzCityDIY-patch-1
Update show to root_group
2 parents 4827ef4 + 959ccc0 commit d33d4d5

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)