aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeurig <don@suspectdevices.com>2021-06-15 00:22:28 -0700
committerfeurig <don@suspectdevices.com>2021-06-15 00:22:28 -0700
commitd3e47294d86420a99270ed9a8d06a0bce42ff8a3 (patch)
tree8d01304e30ec3b6912067e37b9bf9138c256382a
parent5d5bb445348f5fd2c0cd281289f9f53dafe3af23 (diff)
Fix the english
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c26be80..4aaa8fc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# PiTerm1986
-**GOAL:** Convert 80s style user interface ( 8031 based ADP Product: chicklet keyboard and 2x20 lcd ) to pi zero based terminal using i2c based io expanders.
+# Introducing my latest rathole: PiTerm1986
+**GOAL:** Convert 80s style user interface ( 8031 based ADP Product: chicklet keyboard and 2x20 lcd ) to pi zero based terminal/console using i2c based io expanders.
![](images/IMG_3780.jpg)
![](images/IMG_3784.jpg)
@@ -57,7 +57,7 @@ root@somepi1:/home/feurig# i2cdetect -y 1
```
## Assembly and layout.
-After putting the board in the box I realized that the grey paint was conductive and that I almost let the smoke out of the pi zero. (you could smell it). So I went out and found a piece of plastic from a previous project.
+After putting the board in the box I realized that the grey paint was conductive and that I almost let the smoke out of the pi zero. (you could smell it). So I went out in the garage and found a piece of plastic from a previous project.
![](images/layout.jpg)
@@ -70,11 +70,11 @@ root@somepi1:/home/feurig# pip3 install adafruit-circuitpython-charlcd
![](images/raspberry_pi_pilcdplate.png)
-I am not thrilled about the way its wired but whatever.
+I am not thrilled about the way its wired but, whatever, because wiring it up according to the above schematic should let us write away.
## And then I was like OH SHIT I have Noritake 2x24 VFD thats a close fit..
-Wiring it up according to the above schematic lets us write away
+And ... wiring it up according to the above schematic lets us write away
```
root@somepi1:/home/feurig# python3