diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-01-10 18:11:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-10 18:11:15 +0000 |
| commit | 4dd02329c83671055bcd3ee4918551c47ab6458a (patch) | |
| tree | 0d50028ca88e70b53aa92b4b5280bae1779f43f7 /examples | |
| parent | e15aab68138648fcc16d6ff4386a74b3d4030b27 (diff) | |
Update README.md
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/One_Eight_1_8_ScanPanel/README.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/One_Eight_1_8_ScanPanel/README.md b/examples/One_Eight_1_8_ScanPanel/README.md index a205c26..2fd55b9 100644 --- a/examples/One_Eight_1_8_ScanPanel/README.md +++ b/examples/One_Eight_1_8_ScanPanel/README.md @@ -4,10 +4,4 @@ ESP32-HUB75-MatrixPanel-I2S-DMA library will not display output correctly with 1/8 scan panels such [as this](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/issues/154) by default. ## Solution -It is possible to connect 1/8 scan panels to this library and 'trick' the output to work correctly on these panels by way of adjusting the pixel co-ordinates that are 'sent' to the ESP32-HUB75-MatrixPanel-I2S-DMA library (in this example, it is the 'dmaOutput' class). - -Creation of a '1_8_ScanPanel.h' class which sends an adjusted drawPixel() x,y co-ordinates to the underlying ESP32-HUB75-MatrixPanel-I2S-DMA library's drawPixel routine, to trick the output to look pixel perfect. - -Refer to the '1_8_ScanPanel.h' logic which builds upon the library's core Virtual Display 'ESP32-VirtualMatrixPanel-I2S-DMA.h' to also support chaining of 1/8 Scan Panels as well. Refer to 'ChainedPanels' example on how to configure panel chaining to create bigger displays. - - +It is possible to connect 1/8 scan panels to this library and 'trick' the output to work correctly on these panels by way of adjusting the pixel co-ordinates that are 'sent' to the underlying ESP32-HUB75-MatrixPanel-I2S-DMA library (in this example, it is the 'dmaOutput' class). |
