aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-09-06 17:24:51 +0100
committerGitHub <noreply@github.com>2020-09-06 17:24:51 +0100
commitb69a809b9db676a9e38b961757b43e2e9a5f1c4d (patch)
tree6589bd3008480059f0066d1e222605401751c4f2
parent0d3a548e0fd1a5d74dcb1c019747c0d1700213de (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 6291e59..767ad76 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Yes. If you want to chain two of these horizontally to make a 128x32 panel you c
Similarly, if you wanted to chain 4 panels to make a 256x32 px horizontal panel, you can easily by setting the MATRIX_WIDTH to '256' and connecting the panels in series using the HUB75 ribbon cable.
-Finally, if you wanted to chain 4 x (64x32px) panels to make 128x64px display (essentially a 2x2 grid of physical led panel modules), a little more magic will be required. Refer to the [Chained Panels](examples/ChainedPanels/) example.
+Finally, if you wanted to chain 4 x (64x32px) panels to make 128x64px display (essentially a 2x2 grid of 64x32 LED Matrix modules), a little more magic will be required. Refer to the [Chained Panels](examples/ChainedPanels/) example.
Resolutions beyond 128x128 are likely to result in crashes due to memory constraints etc. You're on your own at this point.