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

Stefan Schuermans authored 7 years ago

pyetherpix/config/AdK2008.etp   1) # EtherPix configuration file
pyetherpix/config/AdK2008.etp   2) 
pyetherpix/config/AdK2008.etp   3) # the address to bind the local socket to
pyetherpix/config/AdK2008.etp   4) #  - the EtherPix network 10.70.80.0/16 must be reachable from this address
pyetherpix/config/AdK2008.etp   5) bindAddr = 0.0.0.0:0
pyetherpix/config/AdK2008.etp   6) 
pyetherpix/config/AdK2008.etp   7) # the size of the display
pyetherpix/config/AdK2008.etp   8) #  - <width>,<height> in pixels
pyetherpix/config/AdK2008.etp   9) size = 195,32
pyetherpix/config/AdK2008.etp  10) 
pyetherpix/config/AdK2008.etp  11) # this line adds a new distributor
pyetherpix/config/AdK2008.etp  12) #  - the general format is: distributor <distributor number> = <number of outputs>,<number of pixel per output>
pyetherpix/config/AdK2008.etp  13) distributor 0 = 6,64
pyetherpix/config/AdK2008.etp  14) distributor 1 = 6,64
pyetherpix/config/AdK2008.etp  15) distributor 2 = 6,64
pyetherpix/config/AdK2008.etp  16) distributor 3 = 6,64
pyetherpix/config/AdK2008.etp  17) distributor 4 = 24,16
pyetherpix/config/AdK2008.etp  18) distributor 5 = 24,16
pyetherpix/config/AdK2008.etp  19) distributor 6 = 24,16
pyetherpix/config/AdK2008.etp  20) distributor 7 = 24,16
pyetherpix/config/AdK2008.etp  21) distributor 8 = 24,16
pyetherpix/config/AdK2008.etp  22) distributor 9 = 24,16
pyetherpix/config/AdK2008.etp  23) distributor 10 = 24,16
pyetherpix/config/AdK2008.etp  24) distributor 11 = 24,16
pyetherpix/config/AdK2008.etp  25) distributor 12 = 6,64
pyetherpix/config/AdK2008.etp  26) distributor 13 = 6,64
pyetherpix/config/AdK2008.etp  27) distributor 14 = 6,64
pyetherpix/config/AdK2008.etp  28) distributor 15 = 6,64
pyetherpix/config/AdK2008.etp  29) 
pyetherpix/config/AdK2008.etp  30) # those lines introduce a mapping between the channel values in the video and the values transmitted to the display
pyetherpix/config/AdK2008.etp  31) #  - mapping is done per distributor and applies to all pixels connected to it
Stefan Schuermans add support for monochrome...

Stefan Schuermans authored 6 years ago

config/AdK2008.etp             32) #  - RGB distributors use red, green and blue, monochrone distributors use white
config/AdK2008.etp             33) #  - the general format is: mapping <distributor number> (red|green|blue|white) = <base> <factor> <gamma>