Skip to content

Commit e48fdf1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spd1656_4in_acep.py

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

42-
display.show(g)
42+
display.root_group = g
4343

4444
display.refresh()
4545

0 commit comments

Comments
 (0)