diff options
| author | mrfaptastic <gmail@qwe23.com> | 2018-10-24 00:21:37 +0100 |
|---|---|---|
| committer | mrfaptastic <gmail@qwe23.com> | 2018-10-24 00:21:37 +0100 |
| commit | 3bd07bdb742517e01d480d945284cb6248af8775 (patch) | |
| tree | e15d5bba11d1d2b1c2c520995e9983c8c8207c8c | |
| parent | e59a88e0cbb2dae7babee7e2349770674aa09884 (diff) | |
Updated Library Properties
| -rw-r--r-- | examples/testshapes_32x64/testshapes_32x64.ino (renamed from ESP32-RGB64x32MatrixPanel-I2S-DMA.ino) | 9 | ||||
| -rw-r--r-- | library.properties | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ESP32-RGB64x32MatrixPanel-I2S-DMA.ino b/examples/testshapes_32x64/testshapes_32x64.ino index 4decb47..2a9998c 100644 --- a/ESP32-RGB64x32MatrixPanel-I2S-DMA.ino +++ b/examples/testshapes_32x64/testshapes_32x64.ino @@ -1,9 +1,10 @@ -//#include <P3RGB64x32MatrixPanel.h> -//P3RGB64x32MatrixPanel display2; - -#include "ESP32-RGB64x32MatrixPanel-I2S-DMA.h" +#include <ESP32-RGB64x32MatrixPanel-I2S-DMA.h> RGB64x32MatrixPanel_I2S_DMA dma_display; +// Or use an Alternative non-DMA library, i.e: +//#include <P3RGB64x32MatrixPanel.h> +//P3RGB64x32MatrixPanel display; + void setup() { diff --git a/library.properties b/library.properties index 194a744..edeb094 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,4 @@ sentence=A DMA based LED Matrix (HUB75 type) Library paragraph=Adafruit GFX compatible library for 64x32 RGB matrix modules. Other matrix types not tested. category=Display url=https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA -architectures=ESP32 +architectures=esp32 |
