about summary refs log tree commit diff
path: root/examples/PatternPlasma
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-11-28 09:45:30 +0000
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-11-28 09:45:30 +0000
commit460b823200a764049c67b41d4e5043d254094506 (patch)
tree7ca372a2ee955e17979da9027dca9334edee8a85 /examples/PatternPlasma
parent5214d0540e05cb0b0cb08f10bb9cbeffccc7d7f8 (diff)
Update library class and name
Diffstat (limited to 'examples/PatternPlasma')
-rw-r--r--examples/PatternPlasma/PatternPlasma.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PatternPlasma/PatternPlasma.ino b/examples/PatternPlasma/PatternPlasma.ino
index 5f8cb95..e8a16d9 100644
--- a/examples/PatternPlasma/PatternPlasma.ino
+++ b/examples/PatternPlasma/PatternPlasma.ino
@@ -44,7 +44,7 @@
  
  
 #include <ESP32-HUB75-MatrixPanel-I2S-DMA.h>
-RGB64x32MatrixPanel_I2S_DMA dma_display;
+MatrixPanel_I2S_DMA dma_display;
 
 #include <FastLED.h>