Jump to content

Recommended Posts

Posted

Hello All,

I've been looking around the forum for some answers but I can't find a straight forword example on Shift Registers.

What I'm looking to do is assign 2 encoders to J5 of the din and 4 buttons to J7 of the same Din.

I've played around with mios_tables_inc but can not get both working.

here is what i changed:

;;        SR  Pin  Mode

ENC_ENTRY  2,  0,  MIOS_ENC_MODE_DETENTED2    ; V-Pot 1

ENC_ENTRY  2,  2,  MIOS_ENC_MODE_DETENTED2    ; V-Pot 2

ENC_ENTRY  2,  4,  MIOS_ENC_MODE_DETENTED2    ; V-Pot 3

ENC_ENTRY  2,  6,  MIOS_ENC_MODE_DETENTED2    ; V-Pot 4

left the rest as ENC_EOT

Is J5/J6 SR2? , J7/J8 SR3? , J9/J10 SR4?

Thanks,

Villadon

Posted

hi,

take a look at the schematic; j5/j6 is SR2, j7/j8 is SR3

you want to assign 2 encoders to J5 (J5 in the schematic)

  ENC_ENTRY  2,  4,  MIOS_ENC_MODE_DETENTED2    ; V-Pot 1

  ENC_ENTRY  2,  6,  MIOS_ENC_MODE_DETENTED2    ; V-Pot 2

the 4 buttons on J7 should be on

SR3, pin 4

SR3, pin 5

SR3, pin 6

SR3, pin 7

cheers

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...