diff options
| author | feurig <don@suspectdevices.com> | 2021-06-12 22:01:21 -0700 |
|---|---|---|
| committer | feurig <don@suspectdevices.com> | 2021-06-12 22:01:21 -0700 |
| commit | bdfcc8f5b1056fee6634fa9926c6f51c567d8f4e (patch) | |
| tree | 661b25922ebc26d0f51d673ffc913a569bda4792 | |
| parent | b700b2cbcb7d4ed1265832d71e12641b172a8704 (diff) | |
add pictures of the project
| -rw-r--r-- | README.md | 23 | ||||
| -rwxr-xr-x | images/IMG_3779.jpg | bin | 0 -> 551565 bytes | |||
| -rwxr-xr-x | images/IMG_3780.jpg | bin | 0 -> 432482 bytes | |||
| -rwxr-xr-x | images/IMG_3781.jpg | bin | 0 -> 983308 bytes | |||
| -rwxr-xr-x | images/IMG_3782.jpg | bin | 0 -> 919256 bytes | |||
| -rwxr-xr-x | images/IMG_3783.jpg | bin | 0 -> 848853 bytes | |||
| -rwxr-xr-x | images/IMG_3784.jpg | bin | 0 -> 465265 bytes |
7 files changed, 22 insertions, 1 deletions
@@ -1,2 +1,23 @@ # PiTerm1982 -Convert 80s style interface ( 8031 based ADP Product: chicklet keyboard and 2x20 lcd ) to pi zero based terminal using i2c based io expansions. +Convert 80s style interface ( 8031 based ADP Product: chicklet keyboard and 2x20 lcd ) to pi zero based terminal using i2c based io expanders. + + + + + + + +Looking under the keyboard membrane and tracing the connectors we can get the following key map. + +``` + 0123456789A B + -------------------- +0) *# ZXCVBNM/ <STOP> +1) -LASDFGHJK<?> <ENTER> +2) 0912345678<BS> <START> +2) POQWERTYUI<CAN><DIAL> +``` + + + + diff --git a/images/IMG_3779.jpg b/images/IMG_3779.jpg Binary files differnew file mode 100755 index 0000000..c08addb --- /dev/null +++ b/images/IMG_3779.jpg diff --git a/images/IMG_3780.jpg b/images/IMG_3780.jpg Binary files differnew file mode 100755 index 0000000..1a9786c --- /dev/null +++ b/images/IMG_3780.jpg diff --git a/images/IMG_3781.jpg b/images/IMG_3781.jpg Binary files differnew file mode 100755 index 0000000..025a6c5 --- /dev/null +++ b/images/IMG_3781.jpg diff --git a/images/IMG_3782.jpg b/images/IMG_3782.jpg Binary files differnew file mode 100755 index 0000000..893f75c --- /dev/null +++ b/images/IMG_3782.jpg diff --git a/images/IMG_3783.jpg b/images/IMG_3783.jpg Binary files differnew file mode 100755 index 0000000..b3c5827 --- /dev/null +++ b/images/IMG_3783.jpg diff --git a/images/IMG_3784.jpg b/images/IMG_3784.jpg Binary files differnew file mode 100755 index 0000000..277d93c --- /dev/null +++ b/images/IMG_3784.jpg |
