Skip to content

FYI: MKR-RGB Shield Working With Portenta H7 - (A3->A5 Jumper Required) #57

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

Open
jwestmoreland opened this issue Sep 14, 2020 · 1 comment

Comments

@jwestmoreland
Copy link

jwestmoreland commented Sep 14, 2020

Hello All,

Just an FYI - to circle back to this:

The PR for the MRK-RGB Shield is here:

And - in the meantime - you can clone this: and run your MKR-RGB shield on the H7. Just one jumper required and just uncomment:

#define USING_PORTENTA_H7
in MKRRGBMatrix.h

I've only currently tested using the 5x7 font thus far.

If anyone's curious I made use of the shiftOut() function to make this work.

Best Regards,
John W.

@jwestmoreland
Copy link
Author

jwestmoreland commented Oct 24, 2020

Hello All,

You'll need this to build the above:

955a927

Please add the above files to your ../cores/arduino directory so you can build - otherwise you will get a 'shiftOutMatrix undefined' type of error.

Also - clean out any temp dirs where the tools will try to keep cached builds since even after updating your files - it'll still result in that error because it's grabbing a cached build to make your project with possibly. It's just better to periodically clean out all of the temp build files.

Regards,
John W.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant