Update with display.root_group for CircuitPython 9
This commit is contained in:
parent
7e0b69c6b9
commit
d81ff7af5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue