diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 09:49:19 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 09:49:19 +0000 |
| commit | 548a6183a97f5c70b01a083b24d73c27c83579bc (patch) | |
| tree | 499ca86889ae0d638f8bc961b622b0bfb2222a5c /examples | |
| parent | 0e64e0d7a73d7f37a3cd030c9b3bc7966341667c (diff) | |
| parent | 5bd551f78d1ebffe1f9541cd1edf015ca0763031 (diff) | |
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/ChainedPanels/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md index bf71095..8ed5cfa 100644 --- a/examples/ChainedPanels/README.md +++ b/examples/ChainedPanels/README.md @@ -10,12 +10,12 @@ Non-standard order is essentially the creation of a non-horizontal-only display For example: You bought four (4) 64x32px panels, and wanted to use them to create a 128x64pixel display. You would use the VirtualMatrixPanel class. -[Refer to this document](../doc/VirtualMatrixPanel.pdf) for an explanation and refer to this example on how to use. +[Refer to this document](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/blob/master/doc/VirtualMatrixPanel.pdf) for an explanation and refer to this example on how to use. ### Steps to Use ### -1. [Refer to this document](../doc/VirtualMatrixPanel.pdf) for an explanation and refer to this example on how to use. +1. [Refer to this document](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/blob/master/doc/VirtualMatrixPanel.pdf) for an explanation and refer to this example on how to use. 2. In your Arduino sketch, configure these defines accordingly: ``` |
