Skip to content

Commit d81ff7a

Browse files
committed
Update with display.root_group for CircuitPython 9
1 parent 7e0b69c commit d81ff7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spd1656_colors_and_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
lbl.anchored_position = (display.width // 2, display.height // 2)
5656
g.append(lbl)
5757

58-
display.show(g)
58+
display.root_group = g
5959
display.refresh()
6060

6161
while True:

0 commit comments

Comments
 (0)