Skip to content

Commit ffdc6bb

Browse files
authored
Merge pull request #4 from prcutler/root-group-fix
Update display.root_group for CP 9 compatibility
2 parents b69348d + c754f4f commit ffdc6bb

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)