aboutsummaryrefslogtreecommitdiff
path: root/examples/DoubleBufferSwap
diff options
context:
space:
mode:
Diffstat (limited to 'examples/DoubleBufferSwap')
-rw-r--r--examples/DoubleBufferSwap/DoubleBufferSwap.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/DoubleBufferSwap/DoubleBufferSwap.ino b/examples/DoubleBufferSwap/DoubleBufferSwap.ino
index 06de58f..8ed410c 100644
--- a/examples/DoubleBufferSwap/DoubleBufferSwap.ino
+++ b/examples/DoubleBufferSwap/DoubleBufferSwap.ino
@@ -1,4 +1,4 @@
-#include <ESP32-RGB64x32MatrixPanel-I2S-DMA.h>
+#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h>
RGB64x32MatrixPanel_I2S_DMA display(true); // Note the TRUE -> Turns of secondary buffer - "double buffering"!
// Double buffering is not enabled by default with the library.