Code Monkey home page Code Monkey logo

ledsign's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ledsign's Issues

Time Format Gives Error

The following script produces an "[INVALID TIME TAG]" error on the Model: m500n-7x80rg2 LED display after successfully uploading. Am I using the time 'markup' correctly? I tried to find the problem and I found the following a little confusing, though I don't know enough to call it a bug.

lib/LedSign/M500.pm at about line 702 looks like it's going to setup the time map but then uses the LedSign::M500::PAUSEMAP()->{$time} instead of what I thought would be LedSign::M500::TDMAP()->{$time}

!/usr/bin/perl

use LedSign::M500;  
my $buffer="";
my $sign="";
my $sign=LedSign::M500->new();
$sign->sendQueue(device => "/dev/tty.usbserial");
$sign->sendCmd(
    device => "/dev/tty.usbserial",
    setting => "settime",
    value => "now"
);
my $buffer=LedSign::M500->new();
$buffer->queueMsg( data =>"`<t:A><c:RED>RED`");
$buffer->sendQueue(
    device => '/dev/tty.usbserial'
)

Effects don't work on M500

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

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.