scottbez1/splitflap

Provide example code for standalone Arduino mode

Open

#35 opened on Sep 11, 2018

 (0 comments) (0 reactions) (0 assignees)JavaScript (342 forks)github user discovery
area: softwarehelp wantedtype: enhancement

Repository metrics

Stars
 (4,064 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Would be nice to provide example code for how to make the display cycle through text without requiring a computer.

Should be fairly straightforward, and a great opportunity for someone to get involved in the project. Basically need an array of strings and then the code just needs to wait until all modules are idle before starting a timer that will advance to the next string.

Contributor guide