Skip to content

Commit

Permalink
Merge pull request #28 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update root_group for CP 9 compatibility
  • Loading branch information
dhalbert authored Nov 3, 2023
2 parents 5e04b89 + e143b39 commit 74eb618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/is31fl3741_native.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74eb618

Please sign in to comment.