Skip to content

Commit

Permalink
Merge pull request #3 from adafruit/BlitzCityDIY-patch-1
Browse files Browse the repository at this point in the history
Update show to root_group
  • Loading branch information
BlitzCityDIY committed Nov 2, 2023
2 parents 4827ef4 + 959ccc0 commit d33d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wii_classic_displayio_visualizer.py
Expand Up @@ -27,7 +27,7 @@
# Make the display context
splash = displayio.Group()
splash.append(bg_tilegrid)
display.show(splash)
display.root_group = splash

i2c = board.STEMMA_I2C()
ctrl_pad = adafruit_wii_classic.Wii_Classic(i2c)
Expand Down

0 comments on commit d33d4d5

Please sign in to comment.