Updated Library Properties

This commit is contained in:
mrfaptastic 2018-10-24 00:21:37 +01:00
parent e59a88e0cb
commit 3bd07bdb74
2 changed files with 6 additions and 5 deletions

View file

@ -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() {

View file

@ -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