diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 09:56:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-12 09:56:48 +0000 |
| commit | 1849aadda6a1687a0b0631eed970faff6f69d29e (patch) | |
| tree | 8e9209299a63f4a6e49f5cb3e20ba7d7710f4916 /examples | |
| parent | a5a893e65b74d38a30d516554193ebc67280762e (diff) | |
Update README.md
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/ChainedPanels/README.md | 3 |
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: + + 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). |
