diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 08:39:35 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 08:39:35 +0000 |
| commit | b6da8ea09a84004354edf720cbd2c7d76f20d767 (patch) | |
| tree | a4e0d2765d92cb4967971b243831bbac128dbe24 /examples/AuroraDemo | |
| parent | 9f9150183619ae755a0d27449ab594b561e22918 (diff) | |
Change library name
Diffstat (limited to 'examples/AuroraDemo')
| -rw-r--r-- | examples/AuroraDemo/AuroraDemo.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/AuroraDemo/AuroraDemo.ino b/examples/AuroraDemo/AuroraDemo.ino index 917611d..dbc0dc5 100644 --- a/examples/AuroraDemo/AuroraDemo.ino +++ b/examples/AuroraDemo/AuroraDemo.ino @@ -20,7 +20,7 @@ #define MATRIX_HEIGHT 32 /* -------------------------- Class Initialisation -------------------------- */ -#include <ESP32-RGB64x32MatrixPanel-I2S-DMA.h> +#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h> RGB64x32MatrixPanel_I2S_DMA matrix; #include <FastLED.h> |
