You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Arduino MKR RGB library
2
2
3
3
4
-
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.
4
+
The Arduino MKR RGB library allows you to draw on the [MKR RGB Shield](https://store.arduino.cc/mkr-rgb-shield) using some very basic functions. This library is also the software interface necessary to create more complex graphics using the [ArduinoGraphics](https://www.arduino.cc/en/Reference/ArduinoGraphics) Library.
5
5
6
6
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.
7
7
@@ -12,4 +12,4 @@ To use this library:
12
12
#include <Arduino_MKRRGB.h>
13
13
```
14
14
15
-
> **Note: Arduino MKR RGB library depends of the ArduinoGraphics library**.
15
+
> **Note: Arduino MKR RGB library depends of the ArduinoGraphics library**.
0 commit comments