From 77338a6b34d6a164fc2f70e6d736eca8a5b7d251 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 5 Mar 2018 11:36:00 -0500 Subject: bug fixes, keypad work --- xinitrd/init2 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 xinitrd/init2 (limited to 'xinitrd/init2') diff --git a/xinitrd/init2 b/xinitrd/init2 new file mode 100644 index 0000000..47dbae1 --- /dev/null +++ b/xinitrd/init2 @@ -0,0 +1,21 @@ +do + getkey > input + print input + delay 1000 +while (1) + +#do +# getkey > input +# if (input & 4) +# rand 479 > x +# rand 319 > y +# rand 479 > i +# rand 319 > j +# rand 32767 > purple +# +# line x y i j purple +# end +#while (1) +# +#print "done" + -- cgit v1.2.3