Main > Linux
LEDSpicer - Arcade LED Control and Animation software for linux
SteelRush:
Having an issue with 0.4.1 and the PacDrive. The profiles change properly, but the buttons momentarily flash, and stay off. They worked properly in 0.4.0.
ledspicer.conf
--- Code: ---<?xml version="1.0" encoding="UTF-8"?>
<LEDSpicer
version="1.0"
type="Configuration"
fps="10"
port="16161"
colors="basicColors"
logLevel="Debug"
userId="1000"
groupId="1000"
>
<devices>
<device name="UltimarcPacDrive" boardId="1">
<element name="P1_BUTTON1" type="button" led="1"/>
<element name="P1_BUTTON2" type="button" led="2"/>
<element name="P1_START" type="button" led="3"/>
<element name="P2_START" type="button" led="4"/>
<element name="P1_CREDIT" type="button" led="5"/>
<element name="P2_CREDIT" type="button" led="6"/>
</device>
</devices>
<layout defaultProfile="default">
<group name="P2_B0">
<element name="P1_START"/>
<element name="P2_START"/>
<element name="P1_CREDIT"/>
<element name="P2_CREDIT"/>
</group>
<group name="P2_B1">
<element name="P1_START"/>
<element name="P2_START"/>
<element name="P1_BUTTON1"/>
<element name="P1_CREDIT"/>
<element name="P2_CREDIT"/>
</group>
<group name="P2_B2">
<element name="P1_START"/>
<element name="P2_START"/>
<element name="P1_BUTTON1"/>
<element name="P1_BUTTON2"/>
<element name="P1_CREDIT"/>
<element name="P2_CREDIT"/>
</group>
</layout>
</LEDSpicer>
--- End code ---
Profile example P2_B1
--- Code: ---<?xml version="1.0" encoding="UTF-8"?>
<LEDSpicer
version="1.0"
type="Profile"
backgroundColor="Black"
>
<alwaysOnGroups>
<group name="P2_B1" color="White" />
</alwaysOnGroups>
</LEDSpicer>
--- End code ---
Any suggestions?
meduza:
Sent you a MSG
Navigation
[0] Message Index
[*] Previous page
Go to full version