BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
eb51615
Branches
Tags
master
Blinker
doc
etherpix.html
rename FlexiPix to EtherPix
Stefan Schuermans
commited
eb51615
at 2017-05-20 17:43:49
etherpix.html
Blame
History
Raw
<html> <head> <title>Blinker - EtherPix</title> </head> <body> <h1>Blinker - EtherPix</h1> <p> The <a href="http://www.fleixpix.de">EtherPix</a> module is used to output a stream to a EtherPix display. It is only functional if Blinker has been compiled against <a href="http://git.blinkenarea.org/?p=libetherpix">libetherpix</a>. </p> <h2>Configuration</h2> <p> The configuration of the EtherPix module with name <code>NAME</code> is located in the <code>etherpixes/NAME</code> subdirectory. </p> <h3>Input Stream</h3> <p> The file <code>instream</code> contains the name of the stream to read. The frames received from this stream are send to the EtherPix display. </p> <h3>EtherPix Configuration File</h3> <p> The file <code>etherpix.etp</code> is the EtherPix configuration file used to access the EtherPix display. It is a standard EtherPix configuration file as it is expected by libetherpix. </p> </body> </html>