Attract-Mode Support > Scripting
LEDSpicer Emitter Plugin & LEDSpicer Tutorial
mahuti:
The plug-in is. LEDspicer is not. I do help a bit here and there with documentation stuff for it, but its not my software.
And thanks.
Edge:
Just tried installing this plugin on a fresh AttractMode/linux install. Unfortunately, the plugin must have a syntax issue. When I go to the Emitter plugin options in AttractMode, it only allows me to enable/disable the plugin.
I tried looking through the plugin.nut, but couldn't easily find the syntax issue.
Does anyone have this plugin working?
Krondorf:
Having trouble getting my ServoStiks to work..
I have compiled and installed and it shows it is running when you type:
"ledspicerd -v"
I have also copied ledspicerd.service to /etc/systemd/system and the service starts up fine on each boot.
"21-ledspicer.rules" file has been copied to /etc/udev/rules.d/
"ledspicer.conf" file has been copied to /usr/local/etc where the program looks for the config file by default.
The LEDSpicer plugin has been put into Attract Plus plugins folder and has been picked up by Attract Plus fine.
But still can't get it to work. I've put the below into the ledspicer.conf file for the ServoStiks. the guide recommends to put in the following:
<restrictors>
<!-- ServoStik -->
<!-- Player 1 with ServoStik -->
<restrictor name="ServoStik" boardId="1" player="1" joystick="1" />
</restrictors>
tried to trigger them manually with rotator 1 1 4 rotator 1 1 8 and rotator reset --4 etc but nothing happens...
Any ideas please ?? :)
Edit: Sorted through github
meduzapat:
Hello there.
Config changed for servostiks and other restrictors/rotators
now is a mapping:
--- Code: ---<restrictors>
<restrictor name="ServoStik" boardId="1">
<map player="1" joystick="1" id="1"/>
<map player="2" joystick="1" id="2"/>
</restrictor>
<restrictor name="ServoStik" boardId="2">
<map player="3" joystick="1" id="1"/>
<map player="4" joystick="1" id="2"/>
</restrictor>
</restrictors>
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version