added requirements.txt

This commit is contained in:
Luxferre
2025-12-22 17:54:40 +02:00
parent 306f669e7c
commit d92b7dd373
3 changed files with 10 additions and 5 deletions
+4 -4
View File
@@ -14,13 +14,13 @@ class PyDOS_UI:
self.arrow = ""
self._cmdhistlock = False
self._seqCnt = 0
self._key = bytearray(1)
self._touched = False
_ADDRESS_KBD = 0x55
self._key = bytearray(1)
self._touched = False
_ADDRESS_KBD = 0x55
self.commandHistory = [""]
self._i2c = I2CDevice(board.I2C(), _ADDRESS_KBD)
self._i2c = I2CDevice(board.I2C(), _ADDRESS_KBD)
self.trackball = keypad.Keys(
[
board.TRACKBALL_CLICK,