diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-01-08 00:20:22 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-01-08 00:20:22 +0000 |
| commit | 54ede423105b7a8e2395cd6aae226fd269692a98 (patch) | |
| tree | c370ec51715bad22b97517a6880ec24b5bf9fe50 /src | |
| parent | 5f13a3abffc6e7b6eaeafb5959b3cb2075f1f734 (diff) | |
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp index 69368df..107e24d 100644 --- a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp +++ b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp @@ -694,7 +694,7 @@ void MatrixPanel_I2S_DMA::brtCtrlOEv2(uint8_t brt, const int _buff_id) { int brightness_in_x_pixels = PIXELS_PER_ROW * ((float)brt/256); - Serial.println(brightness_in_x_pixels, DEC); + //Serial.println(brightness_in_x_pixels, DEC); uint8_t _blank = m_cfg.latch_blanking; // don't want to inadvertantly blast over this |
