Quote Originally Posted by samsc View Post
ignore the lower bits -

just treat it as an 8 bit fixture- set the LSB to zero

the 16bits is pointless...
its something like this:

( i tested this almost a year ago - but i cant remember exactly )



Code:
	<Fixture menuname="evenled test" uniqueid="evn1" excelexportid="evn1" pixelwidth="4" pixelheight="4" output="CUSTOM" comment="even 1" channelcount="96" channelsperpixel="6" orientation="BOTTOMLEFT">
		<channel index="1" output="RED" />
		<channel index="2" fixedoutput="0" />
		<channel index="3" output="GREEN" />
		<channel index="4" fixedoutput="0" />
		<channel index="5" output="BLUE" />
		<channel index="6" fixedoutput="0" />
	</Fixture>