Update README.md

This commit is contained in:
mrfaptastic 2020-08-03 14:11:50 +01:00 committed by GitHub
parent d1dfa83303
commit 5caea96424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ 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' 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 two of these horizontally to make a 128x32 panel you can do so with the cable and then set the MATRIX_WIDTH to '128'. 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 /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.
## Ghosting ## Ghosting