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