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.
2 parents dc45987 + c48e970 commit 8259b32Copy full SHA for 8259b32
README.rst
@@ -45,7 +45,7 @@ For a board with a built-in display.
45
text_area = label.Label(terminalio.FONT, text=text)
46
text_area.x = 10
47
text_area.y = 10
48
- board.DISPLAY.show(text_area)
+ board.DISPLAY.root_group = text_area
49
while True:
50
pass
51
0 commit comments