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
+35-4
Original file line number
Diff line number
Diff line change
@@ -223,15 +223,46 @@ delay(1000);
223
223
}
224
224
```
225
225
226
-
## FotogramMatrice
227
-
The FotogramMatrice tool is used to generate frames and animations to be rendered on the LED matrix.
226
+
## Animation Generation
227
+
Arduino has developed a tool that is used to generate frames and animations to be rendered on the LED matrix in your browser.
228
+
229
+
[Click here](https://ledmatrix-editor.arduino.cc) to go to the LED Matrix tool.
228
230
229
231
It also features a live preview of the frames you're creating displayed right on the LED matrix of the Arduino UNO R4 WiFi, although this is only supported in Google Chrome.
230
-
// THIS PART IS UNFINISHED, waiting to learn where the live preview sketch will be hosted.
232
+
233
+
To use the live preview feature of this tool, you need to upload this sketch to your board
With the live preview sketch loaded on your board, connect the port to the browser, and watch as the pixels turn on and off as you edit the grid in your browser.
233
262
234
-
// waiting for the interface to be developed
263
+
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).
264
+
265
+
You can find more tips on how to use this tool on [its site](https://ledmatrix-editor.arduino.cc).
235
266
236
267
## Conclusion
237
268
In this article we've gone over the basics of using the LED matrix built in on the Arduino UNO R4 WiFi, we've gone over the different practices for building frames and animations, as well as how to load them onto your board.
0 commit comments