2025-05-14 (W) QuarterRoundWS2812BArray Filling up on seconds

I copied the function that drew a line and converted it to turn green, then left red in its wake. The clock face reset each rotation and turned off all the lights, so instead of resetting, I turned on every light in the first seven rings to green and let the hand change them to red. The effect was greatly improved, but I liked the effect better when the "hand" was invisible, and I let the expired lights change to red.

I mapped out how I want to approach an hour hand, which will "extend" to the fifth ring and have two LEDs at the end. It will always point directly at the present hour, so 12:59 will still show the hour hand pointing straight up. I made a list of the relevant LED addresses. I also want to create a function that calculates every light on the face at any time. The clock will show a partially illuminated face whenever I start it, and the processing power to calculate every pixel is far below what this microcontroller can handle.
Filling the clock with red lights

The rest of the posts for this project have been arranged by date.
First time here?

Completed projects from year 1
Completed projects from year 2
Completed projects from year 3
Completed projects from year 4
Completed projects from year 5
Completed projects from year 6
Completed projects from year 7
Completed projects from year 8
Completed projects from year 9
Completed projects from year 10
Completed projects from year 11

Disclaimer for http://24hourengineer.blogspot.com and 24HourEngineer.com

This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information on this blog, or linked by this blog, is not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property, or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by  Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.
2025-05-06

Comments