Skip to content

Commit c754f4f

Browse files
committed
Update display.root_group for CP 9 compatibility
1 parent b69348d commit c754f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tt21100_paint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
tg = displayio.TileGrid(pixels, pixel_shader=palette)
2626
g = displayio.Group()
2727
g.append(tg)
28-
display.show(g)
28+
display.root_group = g
2929

3030
while True:
3131
for point in tt.touches:

0 commit comments

Comments
 (0)