Skip to content

Simple Arduino library to provide a speeding light blip on Adafruit_NeoPixel string of lights.

Notifications You must be signed in to change notification settings

mcolinj/Light-Blip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light-Blip

Drop this repo into your Arduino/libraries directory and you should be able to use it for lights development.

Blip is a single colored light that runs along a string from end to end. By including a variable sleep time, different velocities can be simulated.

Because the Blip is aware of the underlying colors it can move over different colored backgrounds without doing too much damage to them. Note that, if the background is actively changing, then the Blip might leave a bit of a mark.

Download your fork of the repo as a .zip and then use

Sketch -> Include Library -> Add .ZIP Library...

to make the library and examples available to you in the Arduino IDE.

About

Simple Arduino library to provide a speeding light blip on Adafruit_NeoPixel string of lights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages