You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has only been tested using the [HackTablet](https://hackaday.io/project/185831-hacktablet-crestron-tss-752-teardown-rebuild) and the [MaTouch ESP32-S3 7"](https://www.makerfabs.com/index.php?route=product/product&product_id=774)
18
+
This has only been tested using the [HackTablet](https://hackaday.io/project/185831-hacktablet-crestron-tss-752-teardown-rebuild), the [MaTouch ESP32-S3 7"](https://www.makerfabs.com/index.php?route=product/product&product_id=774) and the [Adafruit TFT FeatherWing V2](https://www.adafruit.com/product/3315)
15
19
16
20
The [**lib/pydos_ui_virt.py**](https://github.com/RetiredWizard/PyDOS_virtkeyboard/blob/main/lib/pydos_ui_virt.py) file performs the keyboard abstraction for PyDOS.
17
21
@@ -21,3 +25,17 @@ the setup.bat file has been run perform the following steps:
21
25
1) On the microcontroller rename /lib/pydos_ui.py to /lib/pydos_ui_uart.py
22
26
2) copy the contents of this repository to the microcontroller
23
27
3) On the microcontroller rename /lib/pydos_ui_virt.py to /lib/pydos_ui.py
28
+
29
+
The following files in the /lib/ folder are only required for the indicated board
30
+
31
+
Hacktablet:
32
+
- /lib/adafruit_focaltouch.mpy
33
+
34
+
MaTouch ESP32-S3:
35
+
- /lib/gt911_touch.py
36
+
37
+
Adafruit TFT Featherwing:
38
+
- /lib/adafruit_ili9341.mpy
39
+
- /lib/adafruit_tsc2007.mpy
40
+
41
+
Only the keyboard bitmap that matches the width of your display is needed in the /lib/ folder.
0 commit comments