aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-03 14:17:03 +0100
committerGitHub <noreply@github.com>2020-08-03 14:17:03 +0100
commitbbc5c7a04cc87702edd6d9fb127923a24648b99a (patch)
treeb2dff202a6a3967b66835d4e47628f9e2ee8fd86
parent5caea964241ed7c4cfe93e94f2eacf04a2639a62 (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50462ea..ea1d97a 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,11 @@ A [typical RGB panel available for purchase](https://www.aliexpress.com/item/256
Yes you can. If you want to use with a 64x64 pixel panel (typically a HUB75*E* panel) you MUST configure a valid *E_PIN* to your ESP32 and connect it to the E pin of the HUB75 panel! Hence the 'E' in 'HUB75E'
-This library has only been tested with a 64 pixel (wide) and 32 (high) RGB panel. Theoretically, if you want to chain /n/ of these horizontally to make a (n*64)x32 panel you can do so with the cable and then set the MATRIX_WIDTH to '64*/n/'. Refer to the [Chained Panels](examples/ChainedPanels/) example.
+This library has only been tested with a 64 pixel (wide) and 32 (high) RGB panel. Theoretically, if you want to chain two of these horizontally to make a 128x32 panel you can easily by setting the MATRIX_WIDTH to '128' and connecting the panels in series using the HUB75 ribbon cable.
+
+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.
## Ghosting