Skip to content

Commit 74eb618

Browse files
authored
Merge pull request #28 from prcutler/root-group-fix
Update root_group for CP 9 compatibility
2 parents 5e04b89 + e143b39 commit 74eb618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/is31fl3741_native.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# Add the text label to the display
6767
group = displayio.Group()
6868
group.append(text_area)
69-
display.show(group)
69+
display.root_group = group
7070

7171
# Scroll the text and update the animations
7272
x = display.width

0 commit comments

Comments
 (0)