Skip to content

7 Segment display clock on Beaglebone Black with TLC5947 LED drivers

License

Notifications You must be signed in to change notification settings

jasonblewis/bbb-clock

Repository files navigation

BBB Clock

Beaglebone Black 7 Segment Display Clock with TL5947 SPI PWM LED Drivers

To Compile:

make clock

Testing

Walk the digits displaying numbers 0-9

for d in {0..3} ; do for i in {0..9} ; do  ./clock -d $d -v $i -g 1000; sleep 1; done; done

Walk the segments, displaying 1 segment at a time

About

7 Segment display clock on Beaglebone Black with TLC5947 LED drivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published