diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md index d799e27..94f6523 100644 --- a/examples/ChainedPanels/README.md +++ b/examples/ChainedPanels/README.md @@ -20,6 +20,8 @@ columns this example might be able to help. 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. +![Nothing better than a PowerPoint slide to explain](VirtualDisplay.png) + ### Steps to Use ### 1) In ESP32-RGB64x32MatrixPanel-I2S-DMA.h: diff --git a/examples/ChainedPanels/VirtualDisplay.png b/examples/ChainedPanels/VirtualDisplay.png new file mode 100644 index 0000000..c4318a1 Binary files /dev/null and b/examples/ChainedPanels/VirtualDisplay.png differ