Skip to content

Commit 97a7b0a

Browse files
committed
update example for new displayio api
1 parent df982a2 commit 97a7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/displayio_annotation_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
my_group.append(freeform_annotation)
6767

6868
# Add my_group to the display
69-
display.show(my_group)
69+
display.root_group = my_group
7070

7171
# Start the main loop
7272
while True:

0 commit comments

Comments
 (0)