Quote Originally Posted by cphillips82 View Post
... by which I mean out of the commands 255 most of the dimming occurs from 0 to full bright at about 50 and I'm all out of ideas anyone??
You could use 10-bit HPWM.

Then the 0-255 would give the same output as 0-63 with the 8-bit version, and you'd get 4 times the resolution.

Here's an easy way to do 10-bit HPWM ...

HPWM10
http://www.picbasic.co.uk/forum/show...805&#post37805
<br>