Skip to content

Commit 3cbe7a2

Browse files
committed
display.show() will be removed in 9.x
1 parent 0b9af46 commit 3cbe7a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/pydos_ui_virt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,9 @@ def read_virtKeyboard(self,num=0):
216216

217217
time.sleep(0.0001)
218218

219-
# display.root_group = displayio.CIRCUITPYTHON_TERMINAL
220219
while len(self._kbd_group) > 1:
221220
self._kbd_group.pop()
222-
self._display.root_group=None
221+
self._display.root_group = displayio.CIRCUITPYTHON_TERMINAL
223222
return keyString
224223

225224
Pydos_ui = PyDOS_UI()

0 commit comments

Comments
 (0)