|
@@ -0,0 +1,10 @@
|
|
|
+# 2023 December Chris L. Wiggler
|
|
|
+Write `chris` on screen by moving the mouse cursor using coordinates.
|
|
|
+
|
|
|
+1. take a picture of handwritten text
|
|
|
+2. import into gimp, adjust colors
|
|
|
+3. import into inkscape, create a path
|
|
|
+4. export to coordinates using com0com and plot extension
|
|
|
+5. copy values into pre-processor and convert to python escaped bytes
|
|
|
+
|
|
|
+We ended up needing to do step 5 because putting integer values into a python array took too mush memory.
|