Skip to content

Commit

Permalink
Merge pull request #199 from adafruit/dhalbert-patch-1
Browse files Browse the repository at this point in the history
Update README.rst to not use .show()
  • Loading branch information
makermelissa authored Nov 9, 2023
2 parents dc45987 + c48e970 commit 8259b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For a board with a built-in display.
text_area = label.Label(terminalio.FONT, text=text)
text_area.x = 10
text_area.y = 10
board.DISPLAY.show(text_area)
board.DISPLAY.root_group = text_area
while True:
pass
Expand Down

0 comments on commit 8259b32

Please sign in to comment.