Updated Home (markdown)

poljvd 2013-11-02 11:35:29 -07:00
parent 38f8207218
commit 007491db87
1 changed files with 1 additions and 1 deletions

@ -23,7 +23,7 @@ Hyperion is an opensource 'AmbiLight' implementation controlled using the RaspBe
* Generic software architecture to support new devices and new algorithms easily.
<h6>Led devices</h6>
At this moment only a led string based on the WS2801 is supported. Other similar devices may be added, but we are unable to test those and therefore we need help with this. If you want support for an additional device pleas let us know and maybe we can add the new device with your testing (or even coding) help.
At this moment only a led string based on the WS2801 and LDP6803 are supported. Other similar devices may be added, but we are unable to test those and therefore we need help with this. If you want support for an additional device pleas let us know and maybe we can add the new device with your testing (or even coding) help.
<h6>Boblight?</h6>
Hyperion is not the only 'Ambilight' clone available for the Raspberry Pi. [Boblight](https://code.google.com/p/boblight/) is a well known and much more used alternative. Why choose Hyperion? Hyperion is built with the Raspberry Pi's limited amount of processing power in mind resulting in an implementation which is about **15x** faster. Where Boblight is setup as a client-server, Hyperion is built in a single app. This drops the need to serialize and deserialize all data sent between the video grabber and the led controller. Boblight's textual wire format is its largest problem.