From 874843790126cee5efaa4b91d25cffcd570d090a Mon Sep 17 00:00:00 2001 From: tvdzwan Date: Fri, 26 Jul 2013 20:51:42 +0000 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..cb94672e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +HYPERION +======== + +An opensource 'AmbiLight' implementation controlled using the RaspBerry Pi running Raspbmc. +The library is supplied with an implementation the client interface of the "Boblight" library (libbob2hyperion.so). The library is intended to boost the performance of the ambilight-led control, which can be an issue on the RaspBerry Pi. The current implementation does not use a client-server architecture and can be configured by overwritting libboblight with a symbolic link to libbob2hyperion. +The shell-script 'bin/install_hyperion.sh' should install the library and create the symbolic link required to use the library.