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: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,9 @@ delay(1000);
280
280
## Animation Generation
281
281
We have developed a tool that is used to generate frames and animations to be rendered on the LED Matrix in your browser. This tool is part of [Arduino labs](https://labs.arduino.cc), and is therefore considered experimental software.
282
282
283
-
To use the tool you need to upload the following sketch, allowing the board to read serial inputs send by the browser.
283
+
To use the tool you need to upload the following sketch, allowing the board to read serial inputs send by the browser.
284
+
285
+
You can also find the sketch in **File > Examples > LED_Matrix > LivePreview**
0 commit comments