Skip to content

A binary clock utilizing a 12 LED long WS2812 strip and a raspberry pi in python.

License

Notifications You must be signed in to change notification settings

Crysknife007/Python-WS2812-Binary-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python-WS2812-Binary-Clock

Make sure you get the neopixel library from Adafruit before trying to run this.

Pass 9 arguments to clockStrip.py in the form of RGB tuples for the ON, OFF, and DIVIDER state of the leds.

For example: sudo python3 clockStrip.py 50 0 0 5 0 0 15 15 15

Each RGB value can be 0-255.

About

A binary clock utilizing a 12 LED long WS2812 strip and a raspberry pi in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages