Compare commits
2 Commits
c90fa64900
...
ed5966e0e2
Author | SHA1 | Date | |
---|---|---|---|
ed5966e0e2 | |||
404ae74146 |
@ -3,3 +3,9 @@
|
|||||||
Drives a 64x32 HUB75 panel using an ESP32.
|
Drives a 64x32 HUB75 panel using an ESP32.
|
||||||
|
|
||||||
Currently plays Bad Apple!!
|
Currently plays Bad Apple!!
|
||||||
|
|
||||||
|
Ideas:
|
||||||
|
|
||||||
|
CYBER Absperrband
|
||||||
|
Nyancat
|
||||||
|
Matrix Digital Rain
|
||||||
|
@ -37,9 +37,6 @@ int frameDelay = 500;
|
|||||||
|
|
||||||
void setup(){
|
void setup(){
|
||||||
|
|
||||||
Serial.begin(BAUD_RATE);
|
|
||||||
Serial.println("Starting pattern test...");
|
|
||||||
|
|
||||||
// redefine pins if required
|
// redefine pins if required
|
||||||
HUB75_I2S_CFG::i2s_pins _pins={R1, G1, BL1, R2, G2, BL2, CH_A, CH_B, CH_C, CH_D, CH_E, LAT, OE, CLK};
|
HUB75_I2S_CFG::i2s_pins _pins={R1, G1, BL1, R2, G2, BL2, CH_A, CH_B, CH_C, CH_D, CH_E, LAT, OE, CLK};
|
||||||
HUB75_I2S_CFG mxconfig(PANEL_WIDTH, PANEL_HEIGHT, PANELS_NUMBER, _pins);
|
HUB75_I2S_CFG mxconfig(PANEL_WIDTH, PANEL_HEIGHT, PANELS_NUMBER, _pins);
|
||||||
@ -53,7 +50,7 @@ void setup(){
|
|||||||
|
|
||||||
matrix = new MatrixPanel_I2S_DMA(mxconfig);
|
matrix = new MatrixPanel_I2S_DMA(mxconfig);
|
||||||
matrix->begin();
|
matrix->begin();
|
||||||
matrix->setBrightness8(128);
|
matrix->setBrightness8(64);
|
||||||
matrix->fillScreenRGB888(0, 0, 0);
|
matrix->fillScreenRGB888(0, 0, 0);
|
||||||
|
|
||||||
gif.begin(LITTLE_ENDIAN_PIXELS);
|
gif.begin(LITTLE_ENDIAN_PIXELS);
|
||||||
|
Loading…
Reference in New Issue
Block a user