aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-09 19:21:43 +0100
committerGitHub <noreply@github.com>2020-08-09 19:21:43 +0100
commitdf5d2882c1cd4cc1b52718db494f0ca78807770c (patch)
tree6a61db4f4e23ba92bfc96da24782a673beaf000f
parent3ff7155bf0bc56fdc0e133e7887468766ebaadbb (diff)
Update README.md
-rw-r--r--examples/ChainedPanels/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md
index 76a0be6..62682ad 100644
--- a/examples/ChainedPanels/README.md
+++ b/examples/ChainedPanels/README.md
@@ -8,16 +8,6 @@ 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.