Go to file
johan 491d6ff608 ColorTransform functions added to repo 2013-08-05 23:49:17 +02:00
bin First working version with some test executables 2013-07-26 20:38:34 +00:00
cmake Added HyperionPng with similar interface as Hyperion to test frame-capture and handling. 2013-08-02 11:54:09 +02: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 Fixed memory overwrite bug. This fixes the png writer and led control. 2013-08-03 23:24:22 +02:00
libsrc ColorTransform functions added to repo 2013-08-05 23:49:17 +02:00
src Fixed memory overwrite bug. This fixes the png writer and led control. 2013-08-03 23:24:22 +02:00
test ColorTransform functions added to repo 2013-08-05 23:49:17 +02:00
.gitignore Added txt-document with first draft of cross-compile info. 2013-08-01 07:39:23 +00:00
CMakeLists.txt Fixed memory overwrite bug. This fixes the png writer and led control. 2013-08-03 23:24:22 +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.