On Apr 9, 10:46 am, Korny Sietsma <[email protected]> wrote: > You can do quite a bit more than just red/green - the lights can do any > combination of RGB, and I think there's a way to get them to flash as well > (not in the linux kernel drivers though!)
First one I bought was a Gen II one which, as someone else pointed out, doesn't have support from the Linux kernel driver. It didn't take too long to hack up some C code to support it. In fact, I think the code snippet on the delcom website is based on the code I hacked up - it just gives you a command-line tool to set the red, green, blue or off. You can mix colours by turning on more than one colour at once. http://www.delcomproducts.com/productdetails.asp?ProductNum=890604 -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
