aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-12 09:56:48 +0000
committerGitHub <noreply@github.com>2023-03-12 09:56:48 +0000
commit1849aadda6a1687a0b0631eed970faff6f69d29e (patch)
tree8e9209299a63f4a6e49f5cb3e20ba7d7710f4916 /examples
parenta5a893e65b74d38a30d516554193ebc67280762e (diff)
Update README.md
Diffstat (limited to 'examples')
-rw-r--r--examples/ChainedPanels/README.md3
1 files changed, 3 insertions, 0 deletions
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 <INSERT CHAINING TYPE HERE - Refer to documentation or example>
```
+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).