MKR RGB Matrix - How to use the systanx color

Hi together
I have bought a MKR Vidor 4000 and a MKR RGB shield. (wasn't aware as a newbie, that there would not so much material be around for those two)
So far I have tried several things with the graphics lib and was able to draw lines and today a smiley on my shield.
But to draw a picture it became a bit much effort because I was editing three 2d Arrays (one for each color) in order to store all the information.

So I was wondering how to use the color syntax. How can to initialise and use it?

Syntax
YourScreen.set(x, y, r, g, b)
YourScreen.set(x, y, color)
color: 24-bit RGB color, 0xrrggbb
Thanks in advance for your help!
Christoph

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.