diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-28 10:10:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 10:10:48 +0100 |
| commit | 2f8f465cc60fd863030be2acea462d0300c1cba3 (patch) | |
| tree | e17c5c31a1e6f78df79bb6daaebe6a1ab1d311a2 | |
| parent | 482312b4a70652bb03d75b009e2896b669bb13fa (diff) | |
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
| -rw-r--r-- | ESP32-VirtualMatrixPanel-I2S-DMA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ESP32-VirtualMatrixPanel-I2S-DMA.h b/ESP32-VirtualMatrixPanel-I2S-DMA.h index c7b6a13..96e7520 100644 --- a/ESP32-VirtualMatrixPanel-I2S-DMA.h +++ b/ESP32-VirtualMatrixPanel-I2S-DMA.h @@ -98,7 +98,7 @@ class VirtualMatrixPanel } void flipDMABuffer() { display->flipDMABuffer(); } - void showDMABuffer() { display->showDMABuffer(); } + //void showDMABuffer() { display->showDMABuffer(); } void drawDisplayTest(); |
