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
+2-2
Original file line number
Diff line number
Diff line change
@@ -426,7 +426,7 @@ The available animations are:
426
426
## Animation Generation
427
427
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.
428
428
429
-
To use the tool you need to upload the following sketch, allowing the board to read serial inputs send by the browser.
429
+
To use the tool you need to upload the following sketch, allowing the board to read serial inputs sent by the browser.
430
430
431
431
You can also find the sketch in **File > Examples > LED_Matrix > LivePreview**
432
432
@@ -459,7 +459,7 @@ void loop() {
459
459
460
460

461
461
462
-
Once you've made your animations, you can export them from the tool in the format that lets you use them like[previously discussed](#how-to-write-a-frame).
462
+
Once you've made your animations, you can export them from the tool in the format that lets you use them as[previously discussed](#how-to-write-a-frame).
463
463
464
464
You can find more tips on how to use this tool on [its site](https://ledmatrix-editor.arduino.cc).
0 commit comments