From 65f14c7725f44517e88dcbea8dc45a14f628fe25 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Tue, 17 Jul 2018 23:50:42 +0200 Subject: [PATCH] cleanup --- README.md | 8 +++++++- raspberry-environment/cmd.txt => doc/bashscript.txt | 0 doc/{test.py => lenkeng-hdmi-over-ip-test.py} | 0 doc/{README.md => lenkeng-hdmi-over-ip.txt} | 0 raspberry-environment/{pythonscript.py => display.py} | 0 5 files changed, 7 insertions(+), 1 deletion(-) rename raspberry-environment/cmd.txt => doc/bashscript.txt (100%) rename doc/{test.py => lenkeng-hdmi-over-ip-test.py} (100%) rename doc/{README.md => lenkeng-hdmi-over-ip.txt} (100%) rename raspberry-environment/{pythonscript.py => display.py} (100%) diff --git a/README.md b/README.md index 33e2ba3..b9b5a60 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ - +## Instructions + * Plug HDMI into Beamer + * Plug USB into Computer + * booting the Raspberry takes approximately ?? seconds. the ?? led will light up when ready + * start freeze.exe from the (now attached) USB-Drive + * press WindowsKey+Y to take a screenshot + * simply unplug after use ## Parts * Mini-HDMI <-> HDMI Adapter diff --git a/raspberry-environment/cmd.txt b/doc/bashscript.txt similarity index 100% rename from raspberry-environment/cmd.txt rename to doc/bashscript.txt diff --git a/doc/test.py b/doc/lenkeng-hdmi-over-ip-test.py similarity index 100% rename from doc/test.py rename to doc/lenkeng-hdmi-over-ip-test.py diff --git a/doc/README.md b/doc/lenkeng-hdmi-over-ip.txt similarity index 100% rename from doc/README.md rename to doc/lenkeng-hdmi-over-ip.txt diff --git a/raspberry-environment/pythonscript.py b/raspberry-environment/display.py similarity index 100% rename from raspberry-environment/pythonscript.py rename to raspberry-environment/display.py