We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b69348d + c754f4f commit ffdc6bbCopy full SHA for ffdc6bb
examples/tt21100_paint.py
@@ -25,7 +25,7 @@
25
tg = displayio.TileGrid(pixels, pixel_shader=palette)
26
g = displayio.Group()
27
g.append(tg)
28
-display.show(g)
+display.root_group = g
29
30
while True:
31
for point in tt.touches:
0 commit comments