This repository has been archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preperation for next release and cleanup
Former-commit-id: dc829ea
- Loading branch information
Showing
41 changed files
with
437 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
**Please provide some information that we could help as fast as possible. | ||
Please check the wiki in case your problem is already known/feature requested.** | ||
BEFORE YOU OPEN A NEW ISSUE! | ||
|
||
**1.** Used hardware and sofware (Wetek,RPi1,Rpi2,... Ubuntu 14.04(64bit),OSX,OpenELEC,OSMC,XBian,...) | ||
**2.** Your LED device and additional hardware (if used) (WS2801,APA102,WS2812B,... connected through (direct,arduino uno,...)) | ||
**3.** Please upload your Hyperion log to pastebin.com and insert the link. Have a look at the wiki how you get one. | ||
**4.** Please upload your "Hyperion Configuration File" to pastebin.com and insert the link. | ||
Search at our wiki: wiki.hyperion-project.org | ||
Our FAQ: https://hyperion-project.org/wiki/FAQ-Frequently-Asked-Questions | ||
And have a look at our forum: forum.hyperion-project.org | ||
If you need help please open a new thread their! | ||
|
||
WE PROVIDE NO SUPPORT AT GITHUB! | ||
All misleading issues will be closed without a announcement! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
HYPERION | ||
======== | ||
|
||
Hyperion is an opensource 'AmbiLight' implementation controlled using the RaspBerry Pi running [Raspbmc](http://www.raspbmc.com). The main features of Hyperion are: | ||
Hyperion is an opensource 'AmbiLight' implementation supported by many devices. The main features of Hyperion are: | ||
* Low CPU load. For a led string of 50 leds the CPU usage will typically be below 1.5% on a non-overclocked Pi. | ||
* Json interface which allows easy integration into scripts. | ||
* A command line utility allows easy testing and configuration of the color transforms (Transformation settings are not preserved over a restart at the moment...). | ||
* Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our Android app). | ||
* HyperCon. A tool which helps generate a Hyperion configuration file. | ||
* XBMC-checker which checks the playing status of XBMC and decides whether or not to capture the screen. | ||
* Kodi-checker which checks the playing status of Kodi and decides whether or not to capture the screen. | ||
* Black border detector. | ||
* A scriptable effect engine. | ||
* Generic software architecture to support new devices and new algorithms easily. | ||
|
||
More information can be found on the [wiki](https://github.com/tvdzwan/hyperion/wiki) or the [Hyperion topic](http://forum.stmlabs.com/showthread.php?tid=11053) on the Raspbmc forum. | ||
More information can be found on the [wiki](wiki.hyperion-project.org) or the [Hyperion webpage/forum](www.hyperion-project.org). | ||
|
||
The source is released under MIT-License (see http://opensource.org/licenses/MIT). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.