Skip to content

Commit c9373ec

Browse files
authored
Merge pull request #27 from prcutler/root-group-fix
Update to use root_group for CP 9 compatibility
2 parents ebf0f13 + 2aa03a6 commit c9373ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/touchscreen_calibrator_built_in.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Colors:
6363
# Activate the display graphics unless REPL_ONLY=True
6464
if not REPL_ONLY:
6565
display_group = displayio.Group()
66-
display.show(display_group)
66+
display.root_group = display_group
6767

6868
# Instantiate touch screen without calibration or display size parameters
6969
if display.rotation == 0:

0 commit comments

Comments
 (0)