diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-15 15:38:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-15 15:38:06 +0100 |
| commit | 38bf5ca5ca56368b5b9376b1d6f063cb6ec8fb28 (patch) | |
| tree | 811908c30b2139d1f86cb477eb18dbc2a9e46ff2 | |
| parent | db198d7b60bfc71bb83565a789b1a4b0d50649ca (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ void loop() ## Can I chain panels or use with larger panels? -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' +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 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. @@ -99,7 +99,7 @@ Similarly, if you wanted to chain 4 panels to make a 256x32 px horizontal panel, 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. -Resolutions beyond 256x64 are likely to result in crashes due to memory constraints etc. YMMV. +Resolutions beyond 128x128 are likely to result in crashes due to memory constraints etc. You're on your own at this point.  |
