Merge pull request #28 from prcutler/root-group-fix

Update root_group for CP 9 compatibility
This commit is contained in:
Dan Halbert 2023-11-03 09:11:34 -04:00 committed by GitHub
commit 74eb618f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ text_area.y = 8
# 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