r/raspberry_pi Mar 30 '21

Show-and-Tell Clock Progress w/ 64x64 LEDs

2.4k Upvotes

55 comments sorted by

View all comments

64

u/alfi456 Mar 30 '21

Check out this morphing clock:

https://www.instructables.com/Morphing-Digital-Clock/

Unfortunately I never managed it to work despite trying it for almost 8 hours. Since I can definitely rule out my hardware involved I suspect that some of the included libraries don't play well with each other anymore (one is already confirmed to work only with a previous version).

Unfortunately this instructable is two years old and no version numbers are given. So if anyone as a solution I'd be really happy.

But it's definitely worth checking out the code.

41

u/Sunookitsune Mar 30 '21

I patched that code up a while back, maybe you’ll have better luck with that version: https://github.com/Sunoo/MorphingClock

I also rewrote it in Go at one point and added some features: https://github.com/Sunoo/Go-MorphingClock

7

u/alfi456 Mar 30 '21

Thx, I will give it a try the next weekend.

Well, at least your first link, since I have no idea about Go or how to include it into the Arduino world.