Hello again.
I am trying to figure out how to modify an old project regarding a RGB led controller, The original design is a single channel that has 5 lut table with program details, R,G,B, hold time and fade time, so there is a lot of program. my new goal is to create multiple channels that i can follow the same program, but each with an adjustable delay. i am usig a 18f pic
if i was to make a complete program for each channel it would take up a lot of space and cpu load.
maybe some of you guys have been working with simular problems before, and maybe there is an easier aproach than just copying all the routines maybe 12 times...
my goal is to make something like this guy, who makes awsome led projects.
http://www.youtube.com/watch?feature=pl ... Kk-Iewm0#!
PWM Copy
Moderator: Benj
- Enamul
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: PWM Copy
Excellent video. How have you started in LED control you can share with us we can give some idea to improve that to have something close to the video?