BrightLedSigns / LedSign

Perl API to control programmable LED signs
9 stars 3 forks source link

Effects don't work on M500 #6

Open mik3rgit opened 7 years ago

mik3rgit commented 7 years ago

A simple example of an effect does not work on the M500 module.

$sign->queueMsg(
    data => 'shoot',
    effect => 'SHOOT'
); 
$sign->sendQueue(device => "/dev/ttyUSB0");