S Spadez New Member Dec 24, 2010 #1 Hi. I thought it was going to be simple to find an example of an RGB controller written in assembly. However I haven't been able to. Does anyone know of a resource to see some example code to software pwm an rgb led written in assembly for a PIC off the top of their heads? James
Hi. I thought it was going to be simple to find an example of an RGB controller written in assembly. However I haven't been able to. Does anyone know of a resource to see some example code to software pwm an rgb led written in assembly for a PIC off the top of their heads? James
Jon Wilder Active Member Dec 24, 2010 #2 This question would be best posted in the Microcontroller section of the forum. You'll get many more hits there than here.
This question would be best posted in the Microcontroller section of the forum. You'll get many more hits there than here.
House0Fwax Member Dec 25, 2010 #3 Spadez said: I thought it was going to be simple to find an example of an RGB controller written in assembly. Click to expand... So did I. Eventually, I found this; Spooky Led Lamp With a bit of modification I managed to port it to a 16F628 and added an extra channel.
Spadez said: I thought it was going to be simple to find an example of an RGB controller written in assembly. Click to expand... So did I. Eventually, I found this; Spooky Led Lamp With a bit of modification I managed to port it to a 16F628 and added an extra channel.
House0Fwax Member Dec 26, 2010 #5 I had a look through a few hard drives, but couldn't locate the 16F628 version. Though I enclose the 12F675 version I modified for 3 channels. Hope this helps. Attachments SpooklRGB1b.asm 8.4 KB · Views: 822
I had a look through a few hard drives, but couldn't locate the 16F628 version. Though I enclose the 12F675 version I modified for 3 channels. Hope this helps.
House0Fwax Member Dec 26, 2010 #6 Forget my last post, I found the 16F628A version. Attachments 16f628lRGB1a.asm 8.5 KB · Views: 518