We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df982a2 commit 97a7b0aCopy full SHA for 97a7b0a
examples/displayio_annotation_simpletest.py
@@ -66,7 +66,7 @@
66
my_group.append(freeform_annotation)
67
68
# Add my_group to the display
69
-display.show(my_group)
+display.root_group = my_group
70
71
# Start the main loop
72
while True:
0 commit comments