Remove depreciated displayio.show
This commit is contained in:
parent
d4477d1126
commit
9d09f16bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ class turtle:
|
|||
self._turtle_odb_file = None
|
||||
self._odb_tilegrid = None
|
||||
gc.collect()
|
||||
self._display.show(self._splash)
|
||||
self._display.root_group = self._splash
|
||||
|
||||
# pylint:enable=too-many-statements
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue