From c754f4fdd85e3f3a3616b6e9de89808d35661833 Mon Sep 17 00:00:00 2001 From: Paul Cutler Date: Thu, 2 Nov 2023 20:12:23 -0500 Subject: [PATCH] Update display.root_group for CP 9 compatibility --- examples/tt21100_paint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tt21100_paint.py b/examples/tt21100_paint.py index b61529d..cd792e5 100644 --- a/examples/tt21100_paint.py +++ b/examples/tt21100_paint.py @@ -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: