diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-18 15:28:56 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-18 15:28:56 +0100 |
| commit | 3b13645e7ff4427694a8daa448e66d77882d5f92 (patch) | |
| tree | 721e707388bd7c19407b1610c0fc884b7413529f /ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | |
| parent | 54ca0c4b2b06ad2643fa3d2b23683a2a9d51bc0d (diff) | |
Revert attempt to remove legacy begin
Diffstat (limited to 'ESP32-HUB75-MatrixPanel-I2S-DMA.cpp')
| -rw-r--r-- | ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp b/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp index a9bc531..0e3b058 100644 --- a/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp +++ b/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp @@ -756,7 +756,7 @@ void MatrixPanel_I2S_DMA::brtCtrlOE(int brt, const bool _buff_id){ /* * overload for compatibility */ - /* + bool MatrixPanel_I2S_DMA::begin(int r1, int g1, int b1, int r2, int g2, int b2, int a, int b, int c, int d, int e, int lat, int oe, int clk) { // RGB @@ -772,7 +772,7 @@ bool MatrixPanel_I2S_DMA::begin(int r1, int g1, int b1, int r2, int g2, int b2, return begin(); } -*/ + /** * @brief - Sets how many clock cycles to blank OE before/after LAT signal change |
