Jump to content

MB-6582 left/right buttons switched


verpeiler
 Share

Recommended Posts

Like many others, I used a frontpanel based on Wilba's design for my MB-6582. The labeling/engraving of the left/right (or increment/decrement) buttons (< >) did not match the default settings in the firmware, as it was switched (pressing left button moves right) . So I changed it in the setup_mb6582.asm and recompiled the firmware.

 

Before:

DIN_ENTRY       CS_MENU_BUTTON_Inc,      16+4,   1 ; **new** Select B button
DIN_ENTRY       CS_MENU_BUTTON_Dec,      16+4,   2 ; **new** Select C button

 

After:

DIN_ENTRY       CS_MENU_BUTTON_Inc,      16+4,   2 ; **new** Select B button
DIN_ENTRY       CS_MENU_BUTTON_Dec,      16+4,   1 ; **new** Select C button

 

I attached the modified .hex-file based on the recent version V2.044 for other users to save the recompile step. Maybe this can be done in the next firmware release (if there is any)...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...