BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
b455a75
Branches
Tags
master
Blinker
doc
flexipix.html
added flexipix output support added auto-configuration stuff to makefile
Stefan Schuermans
commited
b455a75
at 2011-12-14 22:02:48
flexipix.html
Blame
History
Raw
<html> <head> <title>Blinker - FlexiPix</title> </head> <body> <h1>Blinker - FlexiPix</h1> <p> The <a href="http://www.fleixpix.de">FlexiPix</a> module is used to output a stream to a FlexiPix display. It is only functional if Blinker has been compiled against <a href="http://git.blinkenarea.org/?p=libflexipix">libflexipix</a>. </p> <h2>Configuration</h2> <p> The configuration of the FlexiPix module with name <code>NAME</code> is located in the <code>flexipixes/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 FlexiPix display. </p> <h3>FlexiPix Configuration File</h3> <p> The file <code>flexipix.flp</code> is the FlexiPix configuration file used to access the FlexiPix display. It is a standard FlexiPix configuration file as it is expected by libflexipix. </p> </body> </html>