diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-12-20 20:58:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-20 20:58:55 +0000 |
| commit | 239de3a5eb2af849aea0b7642b65d1a1fade2ed2 (patch) | |
| tree | be80184d6f86dd3b62e680f2971dc0d356fb6a00 | |
| parent | 57f51a8b95c984f22a2e75be56f97fc3247b590a (diff) | |
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
| -rw-r--r-- | ESP32-VirtualMatrixPanel-I2S-DMA.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ESP32-VirtualMatrixPanel-I2S-DMA.h b/ESP32-VirtualMatrixPanel-I2S-DMA.h index a34c2b2..b6027a9 100644 --- a/ESP32-VirtualMatrixPanel-I2S-DMA.h +++ b/ESP32-VirtualMatrixPanel-I2S-DMA.h @@ -3,6 +3,14 @@ /******************************************************************* Class contributed by Brian Lough, and expanded by Faptastic. + + Originally designed to allow CHAINING of panels together to create + a 'bigger' display of panels. i.e. Chaining 4 panels into a 2x2 + grid. + + However, the function of this class has expanded now to also manage + the output for 1/16 scan panels, as the core DMA library is designed + ONLY FOR 1/16 scan matrix panels. YouTube: https://www.youtube.com/brianlough Tindie: https://www.tindie.com/stores/brianlough/ |
