Skip to content

Commit 174de80

Browse files
Update content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md
Co-authored-by: Jacob Hylén <[email protected]>
1 parent 184b55e commit 174de80

File tree

1 file changed

+3
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix

1 file changed

+3
-1
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ delay(1000);
280280
## Animation Generation
281281
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.
282282

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**
284286

285287
```arduino
286288
#include "Arduino_LED_Matrix.h"

0 commit comments

Comments
 (0)