We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c543874 commit 88775e0Copy full SHA for 88775e0
examples/display_text_outlined_label_simpletest.py
@@ -22,7 +22,7 @@
22
padding_bottom=2,
23
scale=3,
24
)
25
-text_area.anchor_point = (0,0)
+text_area.anchor_point = (0, 0)
26
text_area.anchored_position = (10, 10)
27
board.DISPLAY.root_group = text_area
28
while True:
0 commit comments