From c48e9700574b77e494390b55546289e01db80bca Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 9 Nov 2023 14:01:44 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1ecce4a..424a035 100644 --- a/README.rst +++ b/README.rst @@ -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