aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeurig <don@suspectdevices.com>2021-06-12 22:01:21 -0700
committerfeurig <don@suspectdevices.com>2021-06-12 22:01:21 -0700
commitbdfcc8f5b1056fee6634fa9926c6f51c567d8f4e (patch)
tree661b25922ebc26d0f51d673ffc913a569bda4792
parentb700b2cbcb7d4ed1265832d71e12641b172a8704 (diff)
add pictures of the project
-rw-r--r--README.md23
-rwxr-xr-ximages/IMG_3779.jpgbin0 -> 551565 bytes
-rwxr-xr-ximages/IMG_3780.jpgbin0 -> 432482 bytes
-rwxr-xr-ximages/IMG_3781.jpgbin0 -> 983308 bytes
-rwxr-xr-ximages/IMG_3782.jpgbin0 -> 919256 bytes
-rwxr-xr-ximages/IMG_3783.jpgbin0 -> 848853 bytes
-rwxr-xr-ximages/IMG_3784.jpgbin0 -> 465265 bytes
7 files changed, 22 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b6a2d5..2fcf37b 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+![](images/IMG_3780.jpg)
+![](images/IMG_3784.jpg)
+![](images/IMG_3783.jpg)
+![](images/IMG_3782.jpg)
+![](images/IMG_3781.jpg)
+
+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>
+```
+
+![](images/IMG_3779.jpg)
+
+
diff --git a/images/IMG_3779.jpg b/images/IMG_3779.jpg
new file mode 100755
index 0000000..c08addb
--- /dev/null
+++ b/images/IMG_3779.jpg
Binary files differ
diff --git a/images/IMG_3780.jpg b/images/IMG_3780.jpg
new file mode 100755
index 0000000..1a9786c
--- /dev/null
+++ b/images/IMG_3780.jpg
Binary files differ
diff --git a/images/IMG_3781.jpg b/images/IMG_3781.jpg
new file mode 100755
index 0000000..025a6c5
--- /dev/null
+++ b/images/IMG_3781.jpg
Binary files differ
diff --git a/images/IMG_3782.jpg b/images/IMG_3782.jpg
new file mode 100755
index 0000000..893f75c
--- /dev/null
+++ b/images/IMG_3782.jpg
Binary files differ
diff --git a/images/IMG_3783.jpg b/images/IMG_3783.jpg
new file mode 100755
index 0000000..b3c5827
--- /dev/null
+++ b/images/IMG_3783.jpg
Binary files differ
diff --git a/images/IMG_3784.jpg b/images/IMG_3784.jpg
new file mode 100755
index 0000000..277d93c
--- /dev/null
+++ b/images/IMG_3784.jpg
Binary files differ