<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>