726e1029c33ec57c1a49b109b5922baed0bd99aa
Stefan Schuermans add license file, readme fi...

Stefan Schuermans authored 6 years ago

1) python EtherPix library
2) 
3) EtherPix is a large scale display architecture that is driven using UDP/IP.
4) It consists of single pixels that are connected to chains. A number of those
5) pixel chains is then connected to a so called distributor module that
6) receives data over ethernet and distributes it to the pixel chains.
7) 
8) The protocol used on UDP is MCUF (microcontroller unit frame, see
9) http://wiki.blinkenarea.org/index.php/MicroControllerUnitFrame). However,
10) as EtherPix displays can have more than 65536 pixels, multiple MCUF packets
11) are sent for one frame - a single MCUF frame to every distributor.
12) The coordinates of the pixels in the MCUF packets do not correspond to pixel
13) locations, but to pixel addresses. The y coordinate is the number of the
14) output of the distributor and the x coordinate is the number of the pixel
Stefan Schuermans add support for monochrome...

Stefan Schuermans authored 5 years ago

15) in the chain. The number of channels is always 1 (monochrome)  or 3 (RGB) and
16) the maximum value is always 255 (8 bit per channel).