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 e9bbd0a + bbffdbd commit 3406fbbCopy full SHA for 3406fbb
adafruit_simple_text_display.py
@@ -204,8 +204,8 @@ def add_text_line(
204
205
def show(self) -> None:
206
"""Call show() to display the data list."""
207
- self._display.show(self.text_group)
+ self._display.root_group = self.text_group
208
209
def show_terminal(self) -> None:
210
"""Revert to terminalio screen."""
211
- self._display.show(None)
+ self._display.root_group = displayio.CIRCUITPYTHON_TERMINAL
0 commit comments