We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebf0f13 + 2aa03a6 commit c9373ecCopy full SHA for c9373ec
examples/touchscreen_calibrator_built_in.py
@@ -63,7 +63,7 @@ class Colors:
63
# Activate the display graphics unless REPL_ONLY=True
64
if not REPL_ONLY:
65
display_group = displayio.Group()
66
- display.show(display_group)
+ display.root_group = display_group
67
68
# Instantiate touch screen without calibration or display size parameters
69
if display.rotation == 0:
0 commit comments