# FlexiPix configuration file
# the address to bind the local socket to
# - the FlexiPix network 10.70.80.0/16 must be reachable from this address
bindAddr = 0.0.0.0:0
# the size of the display
# - <width>,<height> in pixels
size = 195,32
# this line adds a new distributor
# - the general format is: distributor <distributor number> = <number of outputs>,<number of pixel per output>
distributor 0 = 6,64
distributor 1 = 6,64
distributor 2 = 6,64
distributor 3 = 6,64
distributor 4 = 24,16
distributor 5 = 24,16
distributor 6 = 24,16
distributor 7 = 24,16
distributor 8 = 24,16
distributor 9 = 24,16
distributor 10 = 24,16
distributor 11 = 24,16
distributor 12 = 6,64
distributor 13 = 6,64
distributor 14 = 6,64
distributor 15 = 6,64
# those lines introduce a mapping between the channel values in the video and the values transmitted to the display
# - mapping is done per distributor and applies to all pixels connected to it
# - the general format is: mapping <distributor number> (red|green|blue) = <base> <factor> <gamma>
# - the mapping formula is: <display value> := <base> + <factor> * <original value> ^ (1 / <gamma>)
mapping 0 red = 0.005 0.99 1.0
mapping 0 green = 0.005 0.99 1.0
mapping 0 blue = 0.005 0.99 1.0
mapping 1 red = 0.005 0.99 1.0
mapping 1 green = 0.005 0.99 1.0
mapping 1 blue = 0.005 0.99 1.0
mapping 2 red = 0.005 0.99 1.0
mapping 2 green = 0.005 0.99 1.0
mapping 2 blue = 0.005 0.99 1.0
mapping 3 red = 0.005 0.99 1.0
mapping 3 green = 0.005 0.99 1.0
mapping 3 blue = 0.005 0.99 1.0
mapping 4 red = 0.005 0.99 1.0
mapping 4 green = 0.005 0.99 1.0
mapping 4 blue = 0.005 0.99 1.0
mapping 5 red = 0.005 0.99 1.0
mapping 5 green = 0.005 0.99 1.0
mapping 5 blue = 0.005 0.99 1.0