aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duncalf <tduncalf+github@gmail.com>2024-02-13 09:14:54 +0000
committerGitHub <noreply@github.com>2024-02-13 09:14:54 +0000
commit9fb64592dab64a7c4d6b2fa69633d91a4feedafc (patch)
tree834d0037d16e0b9b6c0099ca14a0ddd5355c452b
parentcce11e392fd97e611638f28d0785680ba99a6ffe (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13af3ff..c2ffad8 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ Please contact or order these products from the respective authors.
You need to find the correct pin mapping for your board. For Adafruit boards/shields, you can look in one of the examples provided with the Protomatter library, for example [here](https://github.com/adafruit/Adafruit_Protomatter/blob/master/examples/doublebuffer_scrolltext/doublebuffer_scrolltext.ino). Find your board variant, copy the pin values into the `#define`s described above, and pass the pin mapping into your `mxconfig`.
-For example, for MatrixPoral S3, the Protomatter example file contains the following:
+For example, for MatrixPortal S3, the Protomatter example file contains the following:
```
uint8_t rgbPins[] = {42, 41, 40, 38, 39, 37};