Skip to content

Commit 8259b32

Browse files
authored
Merge pull request #199 from adafruit/dhalbert-patch-1
Update README.rst to not use .show()
2 parents dc45987 + c48e970 commit 8259b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For a board with a built-in display.
4545
text_area = label.Label(terminalio.FONT, text=text)
4646
text_area.x = 10
4747
text_area.y = 10
48-
board.DISPLAY.show(text_area)
48+
board.DISPLAY.root_group = text_area
4949
while True:
5050
pass
5151

0 commit comments

Comments
 (0)