Skip to content

Commit 568445e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Usage Example
138138
t = displayio.TileGrid(pic, pixel_shader=pic.pixel_shader)
139139
g.append(t)
140140
141-
display.show(g)
141+
display.root_group = g
142142
143143
display.refresh()
144144

0 commit comments

Comments
 (0)