We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e87430 + f1dc251 commit c3a3c03Copy full SHA for c3a3c03
README.rst
@@ -97,7 +97,7 @@ Usage Example
97
# t = displayio.TileGrid(pic, pixel_shader=pic.pixel_shader)
98
g.append(t)
99
100
- display.show(g)
+ display.root_group = g
101
102
display.refresh()
103
examples/il91874_simpletest.py
@@ -58,7 +58,7 @@
58
59
60
# Place the display group on the screen (does not refresh)
61
62
63
# Show the image on the display
64
0 commit comments