Hi there,
I recently came across a great little project by Steve Amor to create a Pi clock using the Hours and Minutes displayed on 2 lines. It was originally written for the Sense Hat but as I’m the proud owner of a new Unicorn Hat HD I’m thinking about porting the code to work with the Unicorn HD.
I’m new to Python so I need some (a lot of) help!
Here’s the original code (used with permission):
From looking at the code, I see that the digits are created by using arrays. If I were to do the same thing with the Unicorn would I need to loop through the array and turn on each LED individually?
Many thanks in advance!
Matt