-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hardware configuration for Serdaco MP32L device #786
base: main
Are you sure you want to change the base?
Conversation
#785 (reply in thread) @BobanSpasic it would be great if you could test the configuration in this build. Need to replace the default `minidexed.ini` in the root of the midiSD card with the appropriate one from inside the `hardware` folder.
Done more testing. Please correct the following lines:
|
Build for testing: |
@logomancer maybe you can give this a try, too. |
It's functional with the mt-32-pi hat, but if the hat is installed with the SH1106 and the corresponding buttons, the controls and display are rotated 180 degrees, and the display is blank on every other line (because it uses a 128x64 display instead of a 128x32). These can be fixed with config changes. Here are the changed lines I had:
[...]
[...]
|
There is a minor thing - with this configuration, the encoder remains enabled, but MP32L doesn't have one. As for the rest - this configuration works for me. |
Build for testing: |
#785 (reply in thread)
@BobanSpasic it would be great if you could test the configuration in this build.
Need to replace the default
minidexed.ini
in the root of the microSD card with the appropriate one from inside thehardware
folder.