Skip to content

Commit 7e0b69c

Browse files
committed
Update with display.root_group for CircuitPython 9
1 parent e48fdf1 commit 7e0b69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spd1656_color_stripes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
tg = displayio.TileGrid(bitmap=bmp, pixel_shader=p)
5757
g.append(tg)
5858

59-
display.show(g)
59+
display.root_group = g
6060

6161
display.refresh()
6262

0 commit comments

Comments
 (0)