Skip to content

Commit 067a6f1

Browse files
committed
Update with display.root_group for CircuitPython 9
1 parent d81ff7a commit 067a6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spd1656_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
t = displayio.TileGrid(pic, pixel_shader=pic.pixel_shader)
3939
g.append(t)
4040

41-
display.show(g)
41+
display.root_group = g
4242

4343
display.refresh()
4444

0 commit comments

Comments
 (0)