This is my first time working with arduino, I have everything in box 1 set up and working as it should with nomad with no issues and begun studying the basic language. I am wondering if there is a work around that allows the encoder buttons to be wired up and use them to cycle through different parameters (eg. Edge, Zoom, Red, Green, Blue etc) or does this become extremely complex?
Thanks,
Alex
Have a look to the examples of my eOS library https://github.com/sstaub/eOS
Thanks sstaub! all works great, using your box 2 I could get the setup I wanted. I have tried figuring out a way to adjust the sensitivity of the encoders like in the original box 1 but keep getting met with errors, any suggestions??
in eOS.h you can speed up in line 54 changing #define WHEEL_ACC 1
Amazing works great, thank you!