Display

Arduino_MKRRGB

Allows you to draw on your MKR RGB shield.

Depends on the ArduinoGraphics library.

Go to repository

The Arduino MKR RGB library allows you to draw on the MKR RGB Shield using some very basic functions. This library is also the software interface necessary to create more complex graphics using the ArduinoGraphics Library.

This library is the one you should use to create the object YourScreen that you find in the examples of the ArduinoGraphics library. You may choose any label for your matrix objetct as far as you use that label instead of YourScreen label.

To use this library:

1#include <ArduinoGraphics.h>
2#include <Arduino_MKRRGB.h>

Note: Arduino MKR RGB library depends of the ArduinoGraphics library.



begin()
end()
brightness()
beginDraw()
endDraw()
set()