diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 09:57:08 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 09:57:08 +0000 |
| commit | c11e5b00b06b5839df9fac63eaf49ef19990a8a6 (patch) | |
| tree | e543dfc755c680f9974a08ffdb64e302763818a8 /examples | |
| parent | 63d9e9f9b3889b30eecff84c3a0da45721bf8f5b (diff) | |
| parent | 1849aadda6a1687a0b0631eed970faff6f69d29e (diff) | |
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/ChainedPanels/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md index 8ed5cfa..c5aca88 100644 --- a/examples/ChainedPanels/README.md +++ b/examples/ChainedPanels/README.md @@ -2,6 +2,8 @@ This is the PatternPlasma Demo adopted for use with multiple LED Matrix Panel displays arranged in a non standard order (i.e. a grid) to make a bigger display. + + ### What do we mean by 'non standard order'? ### When you link / chain multiple panels together, the ESP32-HUB75-MatrixPanel-I2S-DMA library treats as one wide horizontal panel. This would be a 'standard' (default) order. @@ -30,6 +32,9 @@ For example: You bought four (4) 64x32px panels, and wanted to use them to creat #define VIRTUAL_MATRIX_CHAIN_TYPE <INSERT CHAINING TYPE HERE - Refer to documentation or example> ``` +VIRTUAL_MATRIX_CHAIN_TYPE's: + + 3. In your Arduino sketch, use the 'VirtualMatrixPanel' class instance (virtualDisp) to draw to the display (i.e. drawPixel), instead of the underling MatrixPanel_I2S_DMA class instance (dma_display). |
