6d5ec0e0f34bcd6d62865ccd02ec6a565d077c48
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

examples/config/single8x8.etp  1) # EtherPix configuration file
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

examples/config/single8x8.flp  2) 
examples/config/single8x8.flp  3) # the address to bind the local socket to
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

examples/config/single8x8.etp  4) #  - the EtherPix network 10.70.80.0/16 must be reachable from this address
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

examples/config/single8x8.flp  5) bindAddr = 0.0.0.0:0
examples/config/single8x8.flp  6) 
examples/config/single8x8.flp  7) # the size of the display
examples/config/single8x8.flp  8) #  - <width>,<height> in pixels
examples/config/single8x8.flp  9) size = 8,8
examples/config/single8x8.flp 10) 
examples/config/single8x8.flp 11) # this line adds a new distributor
examples/config/single8x8.flp 12) #  - the general format is: distributor <distributor number> = <number of outputs>,<number of pixel per output>
examples/config/single8x8.flp 13) distributor 0 = 6,64
examples/config/single8x8.flp 14) 
examples/config/single8x8.flp 15) # those lines introduce a mapping between the channel values in the video and the values transmitted to the display
examples/config/single8x8.flp 16) #  - 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

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