Do I need 6 pwm output for control the brightness?I modified a LED lamp recently for a member, it had 3 sets of LED strings that were controlled independently, i.e. fade in, fade out, , I ended up using a pic version where the PWM output could be switched to 3 PWM output pins on the fly in order to sequentially control the three strings..
Yes, have andDo you have a PicKit to use to program it?
For my project?, how you think the pwm should be configured? With the Pic and leds?For the application I had the three banks of LED's were each controlled by a separate output, each bank in turn..
The PWM width was varied from zero to maximum by using a timer to change the PWM width, every 'Tick' of the timer would increase or decrease the PWM width accordingly.
,
I need when I press button it light one led led strip, and when I press again it off that led strip and light other one, and when I press again it off the last led strip and that's allCan you write what you want to happen like flow of how you want it to happen post 3# is not that clear
5 buttons and 6 led strips
You need to to list all 5 buttons
And what happens to the 6 led strips
mikroC probably not that hard to write the code.