Skip to content

Funky switch in Button Box #5

Closed Answered by afpineda
alexdelli asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your patience and support.
Modify the circuit in this way:

  • The funky switch replaces the fourth rotary encoder.
  • The actual wiring of your funky switch may not match the one shown here. Look for a data sheet.
  • Misleading tags have been reported at some ALPS funky switches. Be warned. Those show erroneously swapped COM and PUSH tags, at least, in their data sheet. Check first. If you come into one of them, swap those terminals.

The sketch needs some changes, too:

void simWheelSetup()
{
    inputs::addButtonMatrix(
        mtxSelectors,
        sizeof(mtxSelectors) / sizeof(mtxSelectors[0]),
        mtxInputs,
        sizeof(mtxInputs) / sizeof(mtxInputs[0]),
        mtxNumbers)…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@afpineda
Comment options

@alexdelli
Comment options

Answer selected by afpineda
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants