Update with display.root_group for CircuitPython 9

This commit is contained in:
Paul Cutler 2023-11-02 09:27:07 -05:00
parent 7e0b69c6b9
commit d81ff7af5a

View file

@ -55,7 +55,7 @@ lbl.anchor_point = (0.5, 0.5)
lbl.anchored_position = (display.width // 2, display.height // 2)
g.append(lbl)
display.show(g)
display.root_group = g
display.refresh()
while True: