I recently posted the code to my latest Arduino project. This is a interactive color gradient that allows you to control the color of your RGB LED, via the Arduino. You can find a description of the application and related code on my blog http://rapplogic.blogspot.com/
I got this working with the TLC5940 (yay!), but because the picker only sends values up to 255 the brightness of my LED array is very low. Is it possible to get this solution to have the max values be 4095? If not, is there a similar solution that will?
I checked the javadoc for the color picker and it seems to not allow for picking anything but 9 bit values.
ok i am trying this thing out and it is not working my com port is COM4 and i cann not figure out how in the heck i am supposed to make this work.. i have the code uploaded to my arduino but thats as far as i can figure out