Skip to content

Fixed grammatical error in led-matrix.md #2237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ The available animations are:
## Animation Generation
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.

To use the tool you need to upload the following sketch, allowing the board to read serial inputs send by the browser.
To use the tool you need to upload the following sketch, allowing the board to read serial inputs sent by the browser.

You can also find the sketch in **File > Examples > LED_Matrix > LivePreview**

Expand Down Expand Up @@ -459,7 +459,7 @@ void loop() {

![LED Matrix Editor](assets/led-matrix-tool.png)

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).
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).

You can find more tips on how to use this tool on [its site](https://ledmatrix-editor.arduino.cc).

Expand Down