diff --git a/adafruit_simple_text_display.py b/adafruit_simple_text_display.py index 2d8f047..811b43e 100644 --- a/adafruit_simple_text_display.py +++ b/adafruit_simple_text_display.py @@ -204,8 +204,8 @@ def add_text_line( def show(self) -> None: """Call show() to display the data list.""" - self._display.show(self.text_group) + self._display.root_group = self.text_group def show_terminal(self) -> None: """Revert to terminalio screen.""" - self._display.show(None) + self._display.root_group = displayio.CIRCUITPYTHON_TERMINAL