Go to file
T. van der Zwan a65305dbdb Added txt-document with first draft of cross-compile info.
Added cmake temp stuff to ignore.
2013-08-01 07:39:23 +00:00
bin First working version with some test executables 2013-07-26 20:38:34 +00:00
cmake First working version with some test executables 2013-07-26 20:38:34 +00:00
config Added simple direct implementation of the frame-grabber using dispmanx (copied from https://github.com/brooc/boblight-rpi/tree/master/src/clients/boblight-dispmanx) 2013-07-31 17:28:01 +02:00
dependencies First working version with some test executables 2013-07-26 20:38:34 +00:00
include First working version with some test executables 2013-07-26 20:38:34 +00:00
libsrc Added simple direct implementation of the frame-grabber using dispmanx (copied from https://github.com/brooc/boblight-rpi/tree/master/src/clients/boblight-dispmanx) 2013-07-31 17:28:01 +02:00
src Added txt-document with first draft of cross-compile info. 2013-08-01 07:39:23 +00:00
.gitignore Added txt-document with first draft of cross-compile info. 2013-08-01 07:39:23 +00:00
CMakeLists.txt Added simple direct implementation of the frame-grabber using dispmanx (copied from https://github.com/brooc/boblight-rpi/tree/master/src/clients/boblight-dispmanx) 2013-07-31 17:28:01 +02:00
CrossCompileHowto.txt Added txt-document with first draft of cross-compile info. 2013-08-01 07:39:23 +00:00
README.md Create README.md 2013-07-26 20:51:42 +00:00

README.md

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.