diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-02-01 21:15:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-01 21:15:06 +0000 |
| commit | ecc6ef169a93921ad3d4e0bd7540e27be045d624 (patch) | |
| tree | f19397d0c85a8528809a3e7df7c635c1a6e96c67 /examples/Four_Scan_Panel | |
| parent | fe89cc9e17ef9d3a71464da34d55ff558947c1de (diff) | |
Update README.md
Diffstat (limited to 'examples/Four_Scan_Panel')
| -rw-r--r-- | examples/Four_Scan_Panel/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Four_Scan_Panel/README.md b/examples/Four_Scan_Panel/README.md index 2fd55b9..7df7617 100644 --- a/examples/Four_Scan_Panel/README.md +++ b/examples/Four_Scan_Panel/README.md @@ -1,7 +1,7 @@ # Using this library with 32x16 1/8 Scan Panels ## Problem -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. +ESP32-HUB75-MatrixPanel-I2S-DMA library will not display output correctly with 'Four Scan' or 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 underlying ESP32-HUB75-MatrixPanel-I2S-DMA library (in this example, it is the 'dmaOutput' class). |
