fix tilegrids example

This commit is contained in:
foamyguy 2023-11-06 11:04:30 -06:00
parent 26a9795f44
commit 3a738907ac

View file

@ -67,7 +67,7 @@ sprite.x = 110
sprite.y = 70
# Add the Group to the Display
display.root_group = grouphttps://learn.adafruit.com/circuitpython-display-support-using-displayio/tilegrid-and-group
display.root_group = group
# Loop forever so you can enjoy your image
while True: