From 776491182542a40c40f42e4fa0ed8eec256de570 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:40:19 +0100 Subject: VirtualDisplay example --- examples/ChainedPanels/README.md | 2 ++ examples/ChainedPanels/VirtualDisplay.png | Bin 0 -> 71331 bytes 2 files changed, 2 insertions(+) create mode 100644 examples/ChainedPanels/VirtualDisplay.png (limited to 'examples') 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 -- cgit v1.3.1