We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9576e7a commit b663c28Copy full SHA for b663c28
1 file changed
README.md
@@ -1,7 +1,14 @@
1
-## PyDOS-virtkeyboard
+## PyDOS-virtkeyboard - PyDOS running on a tablet?
2
3
**The modules needed to add virtual keyboard support to PyDOS**
4
5
+Currently this requires:
6
+ - CircuitPython 9.x (pre-alpha)
7
+ - an 800x480 "dot clock"/"666" display
8
+ - FocalTech capacitive touch chips (Currently supports FT6206 & FT6236)
9
+
10
+This has only been tested using the [HackTablet](https://hackaday.io/project/185831-hacktablet-crestron-tss-752-teardown-rebuild)
11
12
The **lib/pydos_ui_virt.py** file performs the keyboard abstraction for PyDOS.
13
14
To setup the virtual keyboard in PyDOS follow the standard PyDOS installation instructions and after
0 commit comments