Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
This commit is contained in:
parent
3fa92ff6a9
commit
ab641b9642
1 changed files with 1 additions and 2 deletions
|
@ -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); };
|
||||
|
||||
|
|
Loading…
Reference in a new issue