We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13baa1 commit 0b9af46Copy full SHA for 0b9af46
1 file changed
lib/pydos_ui_virt.py
@@ -157,7 +157,7 @@ def virt_touched(self):
157
def read_virtKeyboard(self,num=0):
158
#self._display.show(None)
159
#self._display.refresh()
160
- self._display.show(self._kbd_group)
+ self._display.root_group=self._kbd_group
161
162
font = terminalio.FONT
163
color = 0xFFFFFF
@@ -219,7 +219,7 @@ def read_virtKeyboard(self,num=0):
219
# display.root_group = displayio.CIRCUITPYTHON_TERMINAL
220
while len(self._kbd_group) > 1:
221
self._kbd_group.pop()
222
- self._display.show(None)
+ self._display.root_group=None
223
return keyString
224
225
Pydos_ui = PyDOS_UI()
0 commit comments