add license file, readme fi...
Stefan Schuermans authored 7 years ago
|
pyetherpix/config/single8x8.etp 1) # EtherPix configuration file
pyetherpix/config/single8x8.etp 2)
pyetherpix/config/single8x8.etp 3) # the address to bind the local socket to
pyetherpix/config/single8x8.etp 4) # - the EtherPix network 10.70.80.0/16 must be reachable from this address
pyetherpix/config/single8x8.etp 5) bindAddr = 0.0.0.0:0
pyetherpix/config/single8x8.etp 6)
pyetherpix/config/single8x8.etp 7) # the size of the display
pyetherpix/config/single8x8.etp 8) # - <width>,<height> in pixels
pyetherpix/config/single8x8.etp 9) size = 8,8
pyetherpix/config/single8x8.etp 10)
pyetherpix/config/single8x8.etp 11) # this line adds a new distributor
pyetherpix/config/single8x8.etp 12) # - the general format is: distributor <distributor number> = <number of outputs>,<number of pixel per output>
pyetherpix/config/single8x8.etp 13) distributor 0 = 6,64
pyetherpix/config/single8x8.etp 14)
pyetherpix/config/single8x8.etp 15) # those lines introduce a mapping between the channel values in the video and the values transmitted to the display
pyetherpix/config/single8x8.etp 16) # - mapping is done per distributor and applies to all pixels connected to it
|
add support for monochrome...
Stefan Schuermans authored 6 years ago
|
config/single8x8.etp 17) # - RGB distributors use red, green and blue, monochrone distributors use white
config/single8x8.etp 18) # - the general format is: mapping <distributor number> (red|green|blue|white) = <base> <factor> <gamma>
|