diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 09:45:30 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 09:45:30 +0000 |
| commit | 460b823200a764049c67b41d4e5043d254094506 (patch) | |
| tree | 7ca372a2ee955e17979da9027dca9334edee8a85 /examples/PatternPlasma | |
| parent | 5214d0540e05cb0b0cb08f10bb9cbeffccc7d7f8 (diff) | |
Update library class and name
Diffstat (limited to 'examples/PatternPlasma')
| -rw-r--r-- | examples/PatternPlasma/PatternPlasma.ino | 2 |
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> |
