From a5a893e65b74d38a30d516554193ebc67280762e Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sun, 12 Mar 2023 09:54:59 +0000 Subject: Update README.md --- examples/ChainedPanels/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md index 8ed5cfa..0853baf 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. +![334894846_975082690567510_1362796919784291270_n](https://user-images.githubusercontent.com/89576620/224304944-94fe3483-d3cc-4aba-be0a-40b33ff901dc.jpg) + ### 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. -- cgit v1.3.1 From 1849aadda6a1687a0b0631eed970faff6f69d29e Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sun, 12 Mar 2023 09:56:48 +0000 Subject: Update README.md --- examples/ChainedPanels/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md index 0853baf..c5aca88 100644 --- a/examples/ChainedPanels/README.md +++ b/examples/ChainedPanels/README.md @@ -32,6 +32,9 @@ For example: You bought four (4) 64x32px panels, and wanted to use them to creat #define VIRTUAL_MATRIX_CHAIN_TYPE ``` +VIRTUAL_MATRIX_CHAIN_TYPE's: +![image](https://user-images.githubusercontent.com/12006953/224537356-e3c8e87b-0bc0-4185-8f5d-d2d3b328d176.png) + 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). -- cgit v1.3.1