P2 RGB GBR conversion

Henedce

Apprentice elf
Joined
Dec 28, 2010
Messages
69
Location
110 Wallace st
On my P2 im running pixel strip that is GBR not RGB.
On string one the conversion in string effects works fine .
But string 2 seems to ignore any conversion .

Ideas ????
 

Henedce

Apprentice elf
Joined
Dec 28, 2010
Messages
69
Location
110 Wallace st
Never mind I solved it.
When I was updating in string effects it wasnt writing the xml correctly.
This is what it should have looked like

<network e131='1' ubl='1'/>
<string num='1' act='1' type='WS2811' speed='3600' univ='111' slotstart='1' pixcount='170'/>
<string num='5' act='1' type='WS2811' speed='3600' univ='112' slotstart='1' pixcount='170'/>
<effect num='1' suf='A' act='1' pixstart='1' pixcount='170' rgbconv='GBR' null='0' repeat='0'/>
<effect num='5' suf='B' act='1' pixstart='1' pixcount='170' rgbconv='GBR' null='0' repeat='0'/>

Instead it was
<network e131='1' ubl='1'/>
<string num='1' act='1' type='WS2811' speed='3600' univ='111' slotstart='1' pixcount='170'/>
<string num='5' act='1' type='WS2811' speed='3600' univ='112' slotstart='1' pixcount='170'/>
<effect num='1' suf='A' act='1' pixstart='1' pixcount='170' rgbconv='GBR' null='0' repeat='0'/>
<effect num='2' suf='B' act='1' pixstart='1' pixcount='170' rgbconv='GBR' null='0' repeat='0'/>
 
Top