Home › Forums › Microcontrollers › PIC Microcontroller › PWM LED Chaser Programming with PIC Microcontroller › Reply To: PWM LED Chaser Programming with PIC Microcontroller
July 4, 2015 at 3:50 pm
#11546
Ligo George
Keymaster
You can’t do it by simple shifting. I think you need a scanning algorithm for that. You can scan ( making it ON, depending on the required brightness ) each LED one by one fastly ( faster than our eyes can recognize ).
I hope that you can use the built in PWM module for that.