All my pots use the AIN and I’ve decided to use 1 encoder as data wheel next to my LCD.
I looked at TK’s clockbox example to see how he configured the application for an encoder and the only reference I found was this in main.c:
// set encoder speed mode of datawheel
MIOS_ENC_SpeedSet(0, DATAWHEEL_SPEED_MODE, DATAWHEEL_SPEED_DIVIDER);
Is this all I need? Setting the speed for the encoder (0)? Also, I’m using a lot of buttons and I’m halfway through my second DINX4. It looks like all I have to do is wire the encoder to 2 pins like shown in this schematic (http://www.ucapps.de/mbhp/mbhp_dinx4_16enc.pdf), and identify its enc enumeration like so: