Update ESP32-HUB75-MatrixPanel-I2S-DMA.h

This commit is contained in:
mrfaptastic 2021-08-18 14:19:08 +01:00
parent 3fa92ff6a9
commit ab641b9642

View file

@ -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); };