diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-09-06 17:24:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-06 17:24:51 +0100 |
| commit | b69a809b9db676a9e38b961757b43e2e9a5f1c4d (patch) | |
| tree | 6589bd3008480059f0066d1e222605401751c4f2 | |
| parent | 0d3a548e0fd1a5d74dcb1c019747c0d1700213de (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
