diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-18 14:19:08 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-18 14:19:08 +0100 |
| commit | ab641b964272d121c5f7db6212324f5bfbd1650b (patch) | |
| tree | 7e133abffd6f315c41586b73760e12679ff94e94 | |
| parent | 3fa92ff6a92e808b1bf42227f7515527192fd996 (diff) | |
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
| -rw-r--r-- | ESP32-HUB75-MatrixPanel-I2S-DMA.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ESP32-HUB75-MatrixPanel-I2S-DMA.h b/ESP32-HUB75-MatrixPanel-I2S-DMA.h index d83d082..065c47c 100644 --- a/ESP32-HUB75-MatrixPanel-I2S-DMA.h +++ b/ESP32-HUB75-MatrixPanel-I2S-DMA.h @@ -425,8 +425,7 @@ class MatrixPanel_I2S_DMA { virtual void fillScreen(uint16_t color); // overwrite adafruit implementation /** - * A wrapper to fill the entire Screen with black - * if double buffering is used, than only back buffer is cleared + * A wrapper to fill whatever selected DMA buffer / screen with black */ inline void clearScreen(){ updateMatrixDMABuffer(0,0,0); }; |
