Skip to content

Commit a876f30

Browse files
update for CircuitPython 8.x+/9.0 displayio compatibility
1 parent 7de3a5a commit a876f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/colorfader_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
delta_y = 2
3636

3737
# Showing the items on the screen
38-
display.show(main_group)
38+
display.root_group = main_group
3939

4040
circle.fill = 0xFF0000
4141
brightness = 0

0 commit comments

Comments
 (0)