From e143b3971d32adf4c1a4092c66f4555d7e0fae72 Mon Sep 17 00:00:00 2001 From: Paul Cutler Date: Fri, 3 Nov 2023 06:04:01 -0500 Subject: [PATCH] Update root_group for CP 9 compatibility --- examples/is31fl3741_native.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/is31fl3741_native.py b/examples/is31fl3741_native.py index c7a37a4..1ef1384 100644 --- a/examples/is31fl3741_native.py +++ b/examples/is31fl3741_native.py @@ -66,7 +66,7 @@ # Add the text label to the display group = displayio.Group() group.append(text_area) -display.show(group) +display.root_group = group # Scroll the text and update the animations x = display.width