Would it be possible to have the encoders control the intensity and color instead of pan/tilt?

Hi,

I am very new to codeing and was wondering if there was a way to easily change what the encoders do. I would like to be able to make one do intensity and one color as I don’t need to use pan and tilt. 

Thanks 

Samuel

Parents Reply
  • I realized you were working with the box2 code.  I got the same error compiling for teensy.  "index" is used in a library for teensy somewhere else is in that code it is a char instead of an int.  I simple changed the name from index to  attribIndex wherever appropriate and the code compiled.  I haven't tested it on any teensy hardware yet but will attempt that sometime this weekend.

    Hope this helps.

Children