Skip to content

Commit

Permalink
Merge pull request #4 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update display.root_group for CP 9 compatibility
  • Loading branch information
dhalbert authored Nov 3, 2023
2 parents b69348d + c754f4f commit ffdc6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tt21100_paint.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
tg = displayio.TileGrid(pixels, pixel_shader=palette)
g = displayio.Group()
g.append(tg)
display.show(g)
display.root_group = g

while True:
for point in tt.touches:
Expand Down

0 comments on commit ffdc6bb

Please sign in to comment.