diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-09 19:34:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-09 19:34:22 +0100 |
| commit | 5bd898d742420b2daff55451b07b3c0c3e7b8849 (patch) | |
| tree | 66764db3158804847c95451f22046b205bb4fd5f /examples | |
| parent | 6983dd946f2c34481097416c7b8e24a7deb9d989 (diff) | |
Update README.md
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 363b1b8..9385522 100644 --- a/examples/ChainedPanels/README.md +++ b/examples/ChainedPanels/README.md @@ -9,8 +9,8 @@ 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. -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. +Non-standard order is essentially the creation of a non-horizontal only 'virtual' display that you can draw to in the same way you would +the matrix, but with VirtualDisplay library looking after the pixel mapping to the physical chained panels.  |
