diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-03 12:40:33 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-03 13:31:50 +0100 |
| commit | a1e127bf58cbed751492e6bb40ba476e03217f96 (patch) | |
| tree | 2ab85d932cba6fb6049aeb47a11a80f22f761ac7 /examples | |
| parent | 776491182542a40c40f42e4fa0ed8eec256de570 (diff) | |
| parent | 785401c3bb79425f6ed766f2184deced6fda922e (diff) | |
Update display image
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/ChainedPanels/README.md | 6 | ||||
| -rw-r--r-- | examples/ChainedPanels/VirtualDisplay.png | bin | 71331 -> 89618 bytes |
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md index 94f6523..c40e0f9 100644 --- a/examples/ChainedPanels/README.md +++ b/examples/ChainedPanels/README.md @@ -8,14 +8,16 @@ displays arranged in a non standard order When you connect multiple panels together, the library treats the multiple panels as one big panel arranged horizontally. Arranging the displays like this would be a standard order. - +``` [ 4 ][ 3 ][ 2 ][ 1 ] (ESP32 is connected to 1) +``` If you wanted to arrange the displays vertically, or in rows and columns this example might be able to help. - +``` [ 4 ][ 3 ] [ 2 ][ 1 ] +``` It creates a virtual screen that you draw to in the same way you would the matrix, but it will look after mapping it back to the displays. diff --git a/examples/ChainedPanels/VirtualDisplay.png b/examples/ChainedPanels/VirtualDisplay.png Binary files differindex c4318a1..9673a28 100644 --- a/examples/ChainedPanels/VirtualDisplay.png +++ b/examples/ChainedPanels/VirtualDisplay.png |
