hey-frnk / thevfdcollective

The VFD Collective shared projects
MIT License
18 stars 3 forks source link

How to use various light strip effects #1

Open arilink-tech opened 2 years ago

arilink-tech commented 2 years ago

I saw your project on the Internet and I am very interested. I saw your introduction that it has achieved a lot of effects of Rainbow lights, but I didn’t find a way to use it. Can you give me some guidance?

hey-frnk commented 2 years ago

Hey,

it does come packed with exciting rainbow light effects. If your project runs on Arduino ATmega328P (folder FL2) or STM32L4 (folder FL3), you should be able to compile the code files right away. It includes light patterns for LEDs of the type struct Light_Pattern in vfdco_lights.h/c. The underlying driver vfdco_sk6812.h/c sends the commands of vfdco_lights.h/c to the physical RGB(W) LEDs.

Please let me know if there is anything else I can help you with.

Cheers.