Updated Library Properties
This commit is contained in:
parent
e59a88e0cb
commit
3bd07bdb74
2 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
||||||
//#include <P3RGB64x32MatrixPanel.h>
|
#include <ESP32-RGB64x32MatrixPanel-I2S-DMA.h>
|
||||||
//P3RGB64x32MatrixPanel display2;
|
|
||||||
|
|
||||||
#include "ESP32-RGB64x32MatrixPanel-I2S-DMA.h"
|
|
||||||
RGB64x32MatrixPanel_I2S_DMA dma_display;
|
RGB64x32MatrixPanel_I2S_DMA dma_display;
|
||||||
|
|
||||||
|
// Or use an Alternative non-DMA library, i.e:
|
||||||
|
//#include <P3RGB64x32MatrixPanel.h>
|
||||||
|
//P3RGB64x32MatrixPanel display;
|
||||||
|
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
|
|
@ -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.
|
paragraph=Adafruit GFX compatible library for 64x32 RGB matrix modules. Other matrix types not tested.
|
||||||
category=Display
|
category=Display
|
||||||
url=https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
|
url=https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
|
||||||
architectures=ESP32
|
architectures=esp32
|
||||||
|
|
Loading…
Reference in a new issue