Commit 9642e30
committed
Arduino_LED_Matrix: add const to matrixWrite
This allows you to then change the sketch(s) used within the test apps
for the Q to use this header file with little changes to them.
Like the Weather forecast on LED matrix
```
#include "Arduino_LED_Matrix.h"
Arduino_LED_Matrix matrix;
void setup() {
matrix.begin();
...
```
Or in my test app I also then included ArduinoGraphics
``
#include <Arduino_RouterBridge.h>
#include "ArduinoGraphics.h"
...1 parent 93ad66d commit 9642e30
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments