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 2d70494 + fc6bf97 commit a6d2656Copy full SHA for a6d2656
adafruit_pyoa.py
@@ -92,7 +92,7 @@ def __init__(self) -> None:
92
except AttributeError:
93
pass
94
self.backlight_fade(0)
95
- self._display.show(self.root_group)
+ self._display.root_group = self.root_group
96
self.touchscreen = None
97
self.mouse_cursor = None
98
if hasattr(board, "TOUCH_XL"):
0 commit comments